Skip to content

Commit

Permalink
fix(ci): lint for 1.21
Browse files Browse the repository at this point in the history
  • Loading branch information
squakez committed Mar 7, 2024
1 parent 726e83c commit 3b7cfe4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/validate.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,9 +51,9 @@ jobs:
go-version-file: 'go.mod'
check-latest: true
- name: golangci-lint
uses: golangci/golangci-lint-action@v3
uses: golangci/golangci-lint-action@v4
env:
GOGC: 20
with:
version: v1.53.3
version: v1.54
args: --verbose --deadline 15m --config .golangci.yml

0 comments on commit 3b7cfe4

Please sign in to comment.