We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f5e17ae commit eb8c4aeCopy full SHA for eb8c4ae
.github/workflows/test.yml
@@ -15,7 +15,7 @@ jobs:
15
uses: actions/setup-go@v5
16
with:
17
go-version: 1.22.x # replace with your desired Go version
18
- cache: true
+ cache: false
19
cache-dependency-path: |
20
**/go.mod
21
**/go.sum
0 commit comments