Skip to content

Commit

Permalink
Add go 1.20 to workflow matrix, remove 1.17 (#1136)
Browse files Browse the repository at this point in the history
Closes #1129
  • Loading branch information
connyay committed Feb 16, 2023
1 parent 7ce62b2 commit 819cc0d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/go.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
strategy:
matrix:
os: [ubuntu-latest, macos-latest]
go: ['1.17', '1.18', '1.19']
go: ['1.18', '1.19', '1.20']
fail-fast: false
env:
OS: ${{ matrix.os }}
Expand Down Expand Up @@ -64,7 +64,7 @@ jobs:

strategy:
matrix:
go: ['1.17', '1.18', '1.19']
go: ['1.18', '1.19', '1.20']
fail-fast: false
env:
OS: windows-latest
Expand Down

0 comments on commit 819cc0d

Please sign in to comment.