We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cc9e9b7 commit 06bf2d6Copy full SHA for 06bf2d6
1 file changed
.github/workflows/ci.yml
@@ -8,7 +8,7 @@ jobs:
8
strategy:
9
fail-fast: false
10
matrix:
11
- go: [ '1.19', '1.18', '1.17', '1.16', '1.15' ]
+ go: [ '1.20', '1.19', '1.18', '1.17', '1.16' ]
12
os: [ ubuntu-latest, macOS-latest, windows-latest ]
13
name: ${{ matrix.os }} Go ${{ matrix.go }} Tests
14
steps:
0 commit comments