Skip to content

Commit

Permalink
Get ready for go1.22 (#186)
Browse files Browse the repository at this point in the history
* added 1.22
  • Loading branch information
vtopc authored Feb 27, 2024
1 parent d6898a2 commit ba99650
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,10 @@ jobs:
strategy:
matrix:
go-version:
- 1.19.x
- 1.19.x # a minimum supported version(from go.mod)
- 1.20.x
- 1.21.x
- 1.22.x
os: [ ubuntu-latest ]
runs-on: ${{ matrix.os }}
steps:
Expand Down

0 comments on commit ba99650

Please sign in to comment.