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 14, 2025
1 parent dfb61a5 commit 1ddc58f
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 @@ -51,10 +51,10 @@ jobs:
- name: Tidy go.mod
run: go mod tidy
- 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=10m0s
install-mode: goinstall
- name: Build with Goreleaser
Expand Down

0 comments on commit 1ddc58f

Please sign in to comment.