Skip to content

Commit f363034

Browse files
committed
Fixing syntax error
1 parent cb9eb8e commit f363034

File tree

2 files changed

+0
-3
lines changed

2 files changed

+0
-3
lines changed

.github/workflows/build-and-release.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,6 @@ jobs:
2828
uses: actions/setup-go@v4
2929
with:
3030
go-version: '1.23.x'
31-
cache: 'go-mod'
3231

3332
- name: Run code generation
3433
run: go generate ./...
@@ -46,7 +45,6 @@ jobs:
4645
uses: actions/setup-go@v4
4746
with:
4847
go-version: '1.23.x'
49-
cache: 'go-mod'
5048

5149
- name: Create bin directory
5250
run: mkdir -p bin/

.github/workflows/run-tests.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,6 @@ jobs:
1515
uses: actions/setup-go@v4
1616
with:
1717
go-version: "1.23.x"
18-
cache: "go-mod"
1918

2019
- name: Run code generation
2120
run: go generate ./...

0 commit comments

Comments
 (0)