Skip to content

Commit 0acb437

Browse files
committed
.github/workflows/ci.yml: update Go versions
Because we aim to build and test against only supported versions of Go, we upgrade our GitHub Actions CI workflows to test against Go versions 1.26 and 1.25.
1 parent 42a0a2a commit 0acb437

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ jobs:
88
name: Default build
99
strategy:
1010
matrix:
11-
go: ['1.20.x', '1.21.x']
11+
go: ['1.25.x', '1.26.x']
1212
runs-on: ubuntu-latest
1313
steps:
1414
- uses: actions/checkout@v7

0 commit comments

Comments
 (0)