Skip to content

Commit

Permalink
Remove Go 1.21, since it will not have the fix backported for the tes…
Browse files Browse the repository at this point in the history
…t to pass.
  • Loading branch information
klauspost committed Jun 5, 2024
1 parent be478ac commit 9a69b98
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/go.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
runs-on: ${{ matrix.os }}
strategy:
matrix:
go-version: [1.20.x,1.21.x,1.22.x]
go-version: [1.21.x,1.22.x]
os: [ubuntu-latest]
steps:
- name: Set up Go ${{ matrix.go-version }} on ${{ matrix.os }}
Expand Down

0 comments on commit 9a69b98

Please sign in to comment.