Skip to content

Commit

Permalink
no longer support go '1.17', '1.18', '1.19',
Browse files Browse the repository at this point in the history
  • Loading branch information
cedricve committed Jan 1, 2024
1 parent 6b1fd73 commit 793022e
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/go.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,9 @@ jobs:

strategy:
matrix:
go-version: ['1.17', '1.18', '1.19', '1.20', '1.21']
#No longer supported Go versions.
#go-version: ['1.17', '1.18', '1.19']
go-version: ['1.20', '1.21']

steps:
- name: Set up Go ${{ matrix.go-version }}
Expand Down

0 comments on commit 793022e

Please sign in to comment.