Skip to content

Commit 9334b53

Browse files
authored
Merge pull request #43 from chrisd8088/update-ci-go-versions
Update Go versions to 1.25 and 1.26
2 parents 42a0a2a + 0acb437 commit 9334b53

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)