Skip to content

Commit

Permalink
fix golangci-lint in action
Browse files Browse the repository at this point in the history
  • Loading branch information
pzentenoe committed Apr 9, 2024
1 parent 95f9108 commit 7429166
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ jobs:
GO111MODULE: on

- name: Install golangci-lint
run: curl -sSfL https://raw.githubusercontent.com/golangci/golangci-lint/master/install.sh | sh -s -- -b $(go env GOPATH)/bin v1.57
run: curl -sSfL https://raw.githubusercontent.com/golangci/golangci-lint/master/install.sh | sh -s -- -b $(go env GOPATH)/bin latest

- name: Run golangci-lint
run: golangci-lint run ./...
Expand Down

0 comments on commit 7429166

Please sign in to comment.