Skip to content

Commit

Permalink
fix workflow#lint
Browse files Browse the repository at this point in the history
  • Loading branch information
celestix committed Jan 15, 2025
1 parent 9d764c6 commit 2f72d1f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/go.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ jobs:
- name: Lint
env:
GOARCH: ${{ matrix.arch }}
uses: golangci/golangci-lint-action@v3
uses: golangci/golangci-lint-action@v6.1.1
with:
version: latest
args: --timeout 30m
Expand Down

0 comments on commit 2f72d1f

Please sign in to comment.