Skip to content

Commit

Permalink
ci: add go1.22 testing
Browse files Browse the repository at this point in the history
  • Loading branch information
kortschak committed Oct 10, 2024
1 parent 240ff29 commit b8cb875
Showing 1 changed file with 11 additions and 1 deletion.
12 changes: 11 additions & 1 deletion .github/workflows/go.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,17 @@ jobs:
test:
strategy:
matrix:
go-version: [1.14.x, 1.15.x, 1.16.x, 1.17.x, 1.18.x, 1.19.x, 1.20.x, 1.21.x, 1.22.x]
go-version:
- 1.14.x
- 1.15.x
- 1.16.x
- 1.17.x
- 1.18.x
- 1.19.x
- 1.20.x
- 1.21.x
- 1.22.x
- 1.23.x
os: [ubuntu-latest]
runs-on: ${{ matrix.os }}

Expand Down

0 comments on commit b8cb875

Please sign in to comment.