We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4325538 commit e62dd19Copy full SHA for e62dd19
.github/workflows/build.yml
@@ -4,7 +4,7 @@ jobs:
4
build:
5
strategy:
6
matrix:
7
- go-version: [ 1.16.x, 1.15.x ]
+ go-version: [ 1.18.x, 1.17.x ]
8
os: [ ubuntu-latest ]
9
runs-on: ${{matrix.os}}
10
steps:
0 commit comments