Skip to content

Commit 8cfc36f

Browse files
author
Niklas Burchhardt
committed
bump go version to 1.26.x
1 parent 155a041 commit 8cfc36f

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
---
21
# based on https://github.com/mvdan/github-actions-golang
32
name: CI
43

@@ -18,7 +17,7 @@ jobs:
1817
test:
1918
strategy:
2019
matrix:
21-
go-version: [1.25.x]
20+
go-version: [1.26.x]
2221
os: [ubuntu-latest]
2322
runs-on: ${{ matrix.os }}
2423

0 commit comments

Comments
 (0)