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 93b682cfa5 - Show all commits

View File

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