Skip to content

Commit 07b28d2

Browse files
committed
Bump golangci-lint version
1 parent 2f0bf08 commit 07b28d2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/actions/lint-provider-tfe/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ runs:
2424
run: curl -sSfL https://raw.githubusercontent.com/golangci/golangci-lint/0b5709648c8ba9780e821faf16c5c2bb3262ce3e/install.sh | sh -s -- -b $(go env GOPATH)/bin $GOLANGCILINT_VERSION
2525
shell: bash
2626
env:
27-
GOLANGCILINT_VERSION: v1.52.2
27+
GOLANGCILINT_VERSION: v1.55.2
2828

2929
- run: make lint
3030
shell: bash

0 commit comments

Comments
 (0)