Skip to content

Commit 623bcd4

Browse files
committed
Build on Go 1.15, fix up version in matrix tests
1 parent de4aea6 commit 623bcd4

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/go-test.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
- name: Setup Go
2828
uses: actions/setup-go@v2
2929
with:
30-
go-version: '1.14.0'
30+
go-version: ${{ matrix.go }}
3131

3232
- name: Run build
3333
run: go build .

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
- name: Setup Go
1818
uses: actions/setup-go@v2
1919
with:
20-
go-version: '1.14.0'
20+
go-version: '1.15.0'
2121

2222
- name: Run build
2323
run: go build .

0 commit comments

Comments
 (0)