Skip to content

Commit

Permalink
[chore] enable tests for go 1.22 (#31114)
Browse files Browse the repository at this point in the history
Signed-off-by: Alex Boten <[email protected]>
  • Loading branch information
Alex Boten committed Feb 7, 2024
1 parent d922b66 commit 93176f5
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 @@ -236,7 +236,7 @@ jobs:
unittest-matrix:
strategy:
matrix:
go-version: ["~1.21.5", "~1.20.12"] # 1.20 is interpreted as 1.2 without quotes
go-version: ["~1.22", "~1.21.5", "~1.20.12"] # 1.20 is interpreted as 1.2 without quotes
group:
- receiver-0
- receiver-1
Expand Down

0 comments on commit 93176f5

Please sign in to comment.