Skip to content

Commit 3167a7a

Browse files
CI: Update release jobs to use go1.25.8 and go1.26.1
1 parent 94215b6 commit 3167a7a

2 files changed

Lines changed: 4 additions & 2 deletions

File tree

.github/workflows/release.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,8 @@ jobs:
3535
fail-fast: false
3636
matrix:
3737
GO_VERSION:
38-
- "1.25.5"
38+
- "1.25.8"
39+
- "1.26.1"
3940
runs-on: ubuntu-24.04
4041
permissions:
4142
contents: write

.github/workflows/try-release.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,8 @@ jobs:
2020
fail-fast: false
2121
matrix:
2222
GO_VERSION:
23-
- "1.25.5"
23+
- "1.25.8"
24+
- "1.26.1"
2425
runs-on: ubuntu-24.04
2526
steps:
2627
- uses: actions/checkout@v6

0 commit comments

Comments
 (0)