Skip to content

Commit 9d867b9

Browse files
authored
ci: disable tofu_wrapper (#25)
1 parent 359ea94 commit 9d867b9

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

.github/workflows/test.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -65,6 +65,8 @@ jobs:
6565
terraform_wrapper: false
6666
if: matrix.cli == 'terraform'
6767
- uses: opentofu/setup-opentofu@592200bd4b9bbf4772ace78f887668b1aee8f716 # v1.0.5
68+
with:
69+
tofu_wrapper: false
6870
if: matrix.cli == 'tofu'
6971
- name: Set TF_ACC_* environment for OpenTofu
7072
run: |

.golangci.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,6 @@ linters:
99
enable:
1010
- durationcheck
1111
- errcheck
12-
- exportloopref
1312
- forcetypeassert
1413
- godot
1514
- gofmt
@@ -20,8 +19,8 @@ linters:
2019
- nilerr
2120
- predeclared
2221
- staticcheck
23-
- tenv
2422
- unconvert
2523
- unparam
24+
- usetesting
2625
- unused
2726
- govet

0 commit comments

Comments
 (0)