Skip to content

Commit 4455749

Browse files
ci: add go-version explicitly since it's not installed on our custom images
1 parent b1a6b82 commit 4455749

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/tests.yaml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@ jobs:
2121
uses: actions/setup-go@v6
2222
with:
2323
go-version-file: "go.mod"
24+
go-version: "stable"
2425

2526
- name: Run tests
2627
run: |
@@ -54,6 +55,8 @@ jobs:
5455

5556
- name: Setup Go
5657
uses: actions/setup-go@v6
58+
with:
59+
go-version: "stable"
5760

5861
- name: Install
5962
run: |
@@ -89,6 +92,7 @@ jobs:
8992
uses: actions/setup-go@v6
9093
with:
9194
go-version-file: "go.mod"
95+
go-version: "stable"
9296

9397
- name: Install
9498
run: |

0 commit comments

Comments
 (0)