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
1 parent f475220 commit c58ed0eCopy full SHA for c58ed0e
.github/workflows/nightly.yaml
@@ -15,6 +15,7 @@ jobs:
15
uses: actions/setup-go@v5
16
with:
17
go-version: ${{ matrix.go-version }}
18
+ cache: false
19
20
- name: Checkout
21
uses: actions/checkout@v4
.github/workflows/test.yaml
@@ -11,6 +11,8 @@ jobs:
11
- uses: actions/setup-go@v5
12
13
14
+
- uses: actions/checkout@v4
- name: Build
0 commit comments