Skip to content

Commit

Permalink
CDPCP-13607 Add go version 1.22 to test matrix (#196)
Browse files Browse the repository at this point in the history
The toolchain was upgraded to 1.22, the tests should be running on this
version as well.
  • Loading branch information
tevesz authored Dec 20, 2024
1 parent 93e5f30 commit 4a494da
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:

strategy:
matrix:
go-version: ['1.21']
go-version: ['1.21', '1.22']

steps:
- uses: actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b # v4.1.4
Expand Down Expand Up @@ -70,7 +70,7 @@ jobs:
- macos-latest
- windows-latest
- ubuntu-latest
go-version: ['1.21']
go-version: ['1.21', '1.22']

steps:
- uses: actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b # v4.1.4
Expand Down

0 comments on commit 4a494da

Please sign in to comment.