Skip to content

Commit

Permalink
fix: go 1.22 and 1.23 for custom test runs
Browse files Browse the repository at this point in the history
  • Loading branch information
rvagg committed Aug 26, 2024
1 parent 4bd24da commit 40c3462
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/go-test-prime.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
fail-fast: false
matrix:
os: [ "ubuntu" ]
go: [ "1.20.x", "1.21.x" ]
go: [ "1.22.x", "1.23.x" ]
runs-on: ${{ format('{0}-latest', matrix.os) }}
name: ${{ matrix.os }} (go ${{ matrix.go }})
steps:
Expand Down

0 comments on commit 40c3462

Please sign in to comment.