Skip to content

Commit

Permalink
fix: update golangci-lint to version 1.58.2
Browse files Browse the repository at this point in the history
  • Loading branch information
omarsy committed Jan 5, 2025
1 parent 338a513 commit cc7c9af
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 @@ -23,7 +23,7 @@ jobs:
run: git diff --exit-code

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

- name: Lint
run: make lint
Expand Down

0 comments on commit cc7c9af

Please sign in to comment.