Skip to content

Commit 6caa25d

Browse files
committed
Automatically pick go version in GitHub workflow
1 parent ef3c542 commit 6caa25d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ jobs:
55
build:
66
strategy:
77
matrix:
8-
go-version: [1.12.x, 1.13.x, 1.14.x, 1.15.x]
8+
go-version: [~1.12, ^1]
99
os: [ubuntu-latest, macos-latest, windows-latest]
1010
runs-on: ${{ matrix.os }}
1111
env:

0 commit comments

Comments
 (0)