We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 36c03f5 + 14a0970 commit 1c6c7a2Copy full SHA for 1c6c7a2
.github/workflows/ci.yml
@@ -5,7 +5,7 @@ jobs:
5
test:
6
strategy:
7
matrix:
8
- go: [ 1.18, 1.17, 1.16 ]
+ go: [ 1.19, 1.18, 1.17, 1.16 ]
9
name: Tests Go ${{ matrix.go }}
10
runs-on: ubuntu-18.04
11
0 commit comments