Skip to content

Commit a311831

Browse files
committed
fix workflow by using go version from go.mod
Signed-off-by: Frederic Wilhelm <[email protected]>
1 parent f9db1c1 commit a311831

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

.github/workflows/test.yml

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -9,15 +9,14 @@ on:
99
jobs:
1010
test:
1111
runs-on: ubuntu-latest
12-
1312
steps:
1413
- uses: actions/checkout@v5
15-
14+
1615
- name: Set up Go
1716
uses: actions/setup-go@v6
1817
with:
19-
go-version: '1.24.2'
20-
18+
go-version-file: go.mod
19+
2120
- name: Cache Go modules
2221
uses: actions/cache@v4
2322
with:

0 commit comments

Comments
 (0)