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 c716607 commit cf72ad0Copy full SHA for cf72ad0
.github/workflows/test.yml
@@ -10,5 +10,6 @@ jobs:
10
uses: actions/setup-go@v5
11
with:
12
go-version: 1.20
13
+ cache: false
14
- name: Test
15
run: go test ./...
0 commit comments