We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 096f69f commit 18786d1Copy full SHA for 18786d1
.github/workflows/build.yml
@@ -24,6 +24,7 @@ jobs:
24
uses: actions/setup-go@v5
25
with:
26
go-version: ${{ matrix.goVer }}
27
+ cache: false
28
id: go
29
30
- name: cache go modules
0 commit comments