Skip to content

Commit 06bf2d6

Browse files
authored
Update CI to test go 1.20 (#201)
1 parent cc9e9b7 commit 06bf2d6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ jobs:
88
strategy:
99
fail-fast: false
1010
matrix:
11-
go: [ '1.19', '1.18', '1.17', '1.16', '1.15' ]
11+
go: [ '1.20', '1.19', '1.18', '1.17', '1.16' ]
1212
os: [ ubuntu-latest, macOS-latest, windows-latest ]
1313
name: ${{ matrix.os }} Go ${{ matrix.go }} Tests
1414
steps:

0 commit comments

Comments
 (0)