There was an error while loading. Please reload this page.
2 parents 553899b + dc64ea9 commit 27440e8Copy full SHA for 27440e8
1 file changed
.github/actions/setup-go/action.yml
@@ -22,6 +22,7 @@ runs:
22
uses: actions/setup-go@v5
23
with:
24
go-version: '${{ inputs.go-version }}'
25
+ cache: 'false'
26
27
- name: go cache
28
if: ${{ inputs.use-build-cache == 'yes' }}
@@ -44,7 +45,7 @@ runs:
44
45
46
- name: go module cache
47
if: ${{ inputs.use-build-cache == 'no' }}
- uses: actions/cache@v3
48
+ uses: actions/cache@v4
49
50
# Just the module download cache.
51
path: |
0 commit comments