Skip to content

Commit 819cc0d

Browse files
authored
Add go 1.20 to workflow matrix, remove 1.17 (#1136)
Closes #1129
1 parent 7ce62b2 commit 819cc0d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/go.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
strategy:
1515
matrix:
1616
os: [ubuntu-latest, macos-latest]
17-
go: ['1.17', '1.18', '1.19']
17+
go: ['1.18', '1.19', '1.20']
1818
fail-fast: false
1919
env:
2020
OS: ${{ matrix.os }}
@@ -64,7 +64,7 @@ jobs:
6464

6565
strategy:
6666
matrix:
67-
go: ['1.17', '1.18', '1.19']
67+
go: ['1.18', '1.19', '1.20']
6868
fail-fast: false
6969
env:
7070
OS: windows-latest

0 commit comments

Comments
 (0)