Skip to content

Commit 99e16cf

Browse files
committed
read go version from file
1 parent 96b1898 commit 99e16cf

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
- name: Set up Go
1818
uses: actions/setup-go@v6
1919
with:
20-
go-version: '1.26.2'
20+
go-version-file: go.mod
2121

2222
- name: Run tests
2323
run: make tests-with-docker
@@ -31,7 +31,7 @@ jobs:
3131
- name: Set up Go
3232
uses: actions/setup-go@v6
3333
with:
34-
go-version: '1.26.2'
34+
go-version-file: go.mod
3535

3636
- name: Build
3737
env:

0 commit comments

Comments
 (0)