We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ef3c542 commit 6caa25dCopy full SHA for 6caa25d
.github/workflows/build.yml
@@ -5,7 +5,7 @@ jobs:
5
build:
6
strategy:
7
matrix:
8
- go-version: [1.12.x, 1.13.x, 1.14.x, 1.15.x]
+ go-version: [~1.12, ^1]
9
os: [ubuntu-latest, macos-latest, windows-latest]
10
runs-on: ${{ matrix.os }}
11
env:
0 commit comments