There was an error while loading. Please reload this page.
1 parent de4aea6 commit 623bcd4Copy full SHA for 623bcd4
.github/workflows/go-test.yaml
@@ -27,7 +27,7 @@ jobs:
27
- name: Setup Go
28
uses: actions/setup-go@v2
29
with:
30
- go-version: '1.14.0'
+ go-version: ${{ matrix.go }}
31
32
- name: Run build
33
run: go build .
.github/workflows/release.yml
@@ -17,7 +17,7 @@ jobs:
17
18
19
20
+ go-version: '1.15.0'
21
22
23
0 commit comments