Skip to content

Commit f47b3dc

Browse files
authored
Disable cache
1 parent 7fc49a8 commit f47b3dc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ jobs:
6767
- uses: actions/setup-go@93397bea11091df50f3d7e59dc26a7711a8bcfbe # v4.1.0
6868
with:
6969
go-version-file: 'go.mod'
70-
cache: true
70+
cache: false
7171
- uses: hashicorp/setup-terraform@a1502cd9e758c50496cc9ac5308c4843bcd56d36 # v3.0.0
7272
with:
7373
terraform_version: ${{ matrix.terraform }}

0 commit comments

Comments
 (0)