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.
setup-go
1 parent 25f0692 commit 0ad04d4Copy full SHA for 0ad04d4
.github/workflows/go-tests-other-os.yml
@@ -22,6 +22,7 @@ jobs:
22
uses: actions/setup-go@v5
23
with:
24
go-version: ${{ env.GO_VERSION }}
25
+ cache: false
26
id: go
27
28
- name: Check out code
@@ -58,6 +59,7 @@ jobs:
58
59
60
61
62
63
64
65
.github/workflows/go-tests.yml
@@ -32,6 +32,7 @@ jobs:
32
33
34
35
36
37
38
0 commit comments