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 ebe0c3e
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,9 +19,10 @@ 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.x,
]
os: [ubuntu-latest]
runs-on: ${{ matrix.os }}
Expand Down

0 comments on commit ebe0c3e

Please sign in to comment.