Skip to content

Commit

Permalink
update go version in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
asmyasnikov committed Feb 15, 2024
1 parent 885d2b7 commit 4e3a550
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
integration:
strategy:
matrix:
go-version: [1.20.x]
go-version: [1.21.x, 1.22.x]
os: [ubuntu-latest]
concurrency:
group: integration-${{ github.ref }}-${{ matrix.os }}-${{ matrix.go-version }}
Expand Down

0 comments on commit 4e3a550

Please sign in to comment.