Skip to content

Commit

Permalink
upgrade staticcheck to fix errors
Browse files Browse the repository at this point in the history
  • Loading branch information
Jessenia committed Oct 29, 2024
1 parent 878104f commit 5016cbb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:
run: go install honnef.co/go/tools/cmd/[email protected]

- name: Install golangci-lint
run: go install github.com/golangci/golangci-lint/cmd/golangci-lint@v1.56.1
run: go install github.com/golangci/golangci-lint/cmd/golangci-lint@v1.61.0

- name: Lint
run: make lint

0 comments on commit 5016cbb

Please sign in to comment.