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