We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 834927c commit 38d399dCopy full SHA for 38d399d
.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: false
+ cache: true
19
cache-dependency-path: |
20
**/go.mod
21
**/go.sum
0 commit comments