Skip to content

Commit

Permalink
add go 1.22 to tests (#9518)
Browse files Browse the repository at this point in the history
Related to #9507

Signed-off-by: Alex Boten <[email protected]>
  • Loading branch information
Alex Boten committed Feb 7, 2024
1 parent 7b35828 commit aaf8b1e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-and-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -137,7 +137,7 @@ jobs:
unittest-matrix:
strategy:
matrix:
go-version: ["~1.21.5", "~1.20.12"] # 1.20 needs quotes otherwise it's interpreted as 1.2
go-version: ["~1.22", "~1.21.5", "~1.20.12"] # 1.20 needs quotes otherwise it's interpreted as 1.2
runs-on: ubuntu-latest
needs: [setup-environment]
steps:
Expand Down

0 comments on commit aaf8b1e

Please sign in to comment.