Skip to content

Commit

Permalink
chore(deps): update github actions
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Feb 13, 2025
1 parent 6ee5a49 commit 59afee9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,10 +41,10 @@ jobs:
- name: Ensure go.mod is already tidied
run: go mod tidy && git diff --no-patch --exit-code
- name: Run linters
uses: golangci/golangci-lint-action@v6.3.3
uses: golangci/golangci-lint-action@v6.4.0
with:
# renovate: depName=golangci/golangci-lint datasource=github-releases
version: v1.64.4
version: v1.64.5
args: --timeout=3m0s
- name: Run tests
run: go test -v -race -coverprofile ./coverage.out -covermode=atomic -timeout 20m ./...
Expand Down

0 comments on commit 59afee9

Please sign in to comment.