Skip to content

Commit 6b58468

Browse files
committed
fix(ci): update go version in action as well
Signed-off-by: Samuel Gaist <samuel.gaist@idiap.ch>
1 parent 30df474 commit 6b58468

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ jobs:
99
- uses: actions/checkout@v6
1010
- uses: actions/setup-go@v6
1111
with:
12-
go-version: '1.22'
12+
go-version: '1.26'
1313
- name: Run tests
1414
run: make test
1515
- name: Send coverage report to coveralls

0 commit comments

Comments
 (0)