Skip to content

Commit

Permalink
chore: remove builds for go 1.19/1.20, add 1.22
Browse files Browse the repository at this point in the history
  • Loading branch information
mefellows committed Apr 22, 2024
1 parent 2849d82 commit 724fcf6
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,9 +19,11 @@ jobs:
go-version: [ # https://endoflife.date/go
# 1.17.x, # Ended 02 Aug 2022
# 1.18.x, # Ended 01 Feb 2023
1.19.x,
1.20.x,
1.21.x
# 1.19.x, # Ended 06 Sep 2023
# 1.20.x, # Ended 06 Feb 2024
1.21.x,
1.22.1,
# 1.22.x, # There is a repeatable panic with cgo for us on this minor version
]
os: [ubuntu-latest]
runs-on: ${{ matrix.os }}
Expand Down

0 comments on commit 724fcf6

Please sign in to comment.