We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2f0bf08 commit 07b28d2Copy full SHA for 07b28d2
.github/actions/lint-provider-tfe/action.yml
@@ -24,7 +24,7 @@ runs:
24
run: curl -sSfL https://raw.githubusercontent.com/golangci/golangci-lint/0b5709648c8ba9780e821faf16c5c2bb3262ce3e/install.sh | sh -s -- -b $(go env GOPATH)/bin $GOLANGCILINT_VERSION
25
shell: bash
26
env:
27
- GOLANGCILINT_VERSION: v1.52.2
+ GOLANGCILINT_VERSION: v1.55.2
28
29
- run: make lint
30
0 commit comments