Skip to content

Commit

Permalink
ci: use go 1.22 instead of 1.20, k6 v0.54.0 no longer compatible with…
Browse files Browse the repository at this point in the history
… go v1.20.x
  • Loading branch information
szkiba committed Oct 15, 2024
1 parent ad362c6 commit da44929
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ jobs:
strategy:
fail-fast: false
matrix:
go-version: [1.20.x, 1.21.x]
go-version: [1.22.x, 1.21.x]
platform: [ubuntu-latest, windows-latest]
runs-on: ${{ matrix.platform }}
steps:
Expand Down

0 comments on commit da44929

Please sign in to comment.