feat: update dependencies and improve caching mechanism #2

Merged
s1d3sw1ped merged 5 commits from feature/blazing-sun-speed into main 2025-07-12 08:18:56 -05:00
Showing only changes of commit 6f1158edeb - Show all commits

View File

@@ -6,12 +6,12 @@ jobs:
check-and-test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@latest
- uses: actions/setup-go@latest
- uses: actions/checkout@main
- uses: actions/setup-go@main
with:
go-version-file: 'go.mod'
- run: go mod tidy
- uses: golangci/golangci-lint-action@latest
- uses: golangci/golangci-lint-action@main
with:
args: -D errcheck
version: latest