Skip to content

Commit c3ee26d

Browse files
committed
fix: tfprovider goversion
1 parent e1ee46b commit c3ee26d

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/tfprovider-lint.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,8 @@ jobs:
2828

2929
- uses: actions/setup-go@v3
3030
with:
31-
go-version-file: .go-version
31+
go-version: 1.18.1
32+
cache: false
3233

3334
- name: install tfproviderlint
3435
run: cd .ci/tools && go install github.com/bflad/tfproviderlint/cmd/tfproviderlint

0 commit comments

Comments
 (0)