Skip to content

Commit

Permalink
Bump golangci-lint version
Browse files Browse the repository at this point in the history
  • Loading branch information
nfagerlund committed Dec 14, 2023
1 parent 2f0bf08 commit 07b28d2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/actions/lint-provider-tfe/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ runs:
run: curl -sSfL https://raw.githubusercontent.com/golangci/golangci-lint/0b5709648c8ba9780e821faf16c5c2bb3262ce3e/install.sh | sh -s -- -b $(go env GOPATH)/bin $GOLANGCILINT_VERSION
shell: bash
env:
GOLANGCILINT_VERSION: v1.52.2
GOLANGCILINT_VERSION: v1.55.2

- run: make lint
shell: bash

0 comments on commit 07b28d2

Please sign in to comment.