Skip to content

Commit

Permalink
deprecate older version
Browse files Browse the repository at this point in the history
  • Loading branch information
cedricve committed May 5, 2024
1 parent 6195fa5 commit 413ed12
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/go.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@ jobs:
strategy:
matrix:
#No longer supported Go versions.
#go-version: ['1.17', '1.18', '1.19']
go-version: ["1.20", "1.21", "1.22"]
#go-version: ['1.17', '1.18', '1.19', '1.20', '1.21']
go-version: ["1.22"]

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

0 comments on commit 413ed12

Please sign in to comment.