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 cb9eb8e commit f363034Copy full SHA for f363034
.github/workflows/build-and-release.yml
@@ -28,7 +28,6 @@ jobs:
28
uses: actions/setup-go@v4
29
with:
30
go-version: '1.23.x'
31
- cache: 'go-mod'
32
33
- name: Run code generation
34
run: go generate ./...
@@ -46,7 +45,6 @@ jobs:
46
45
47
48
49
50
51
- name: Create bin directory
52
run: mkdir -p bin/
.github/workflows/run-tests.yml
@@ -15,7 +15,6 @@ jobs:
15
16
17
go-version: "1.23.x"
18
- cache: "go-mod"
19
20
21
0 commit comments