Skip to content

Commit f2aaada

Browse files
committed
Update workflow to use go1.16
1 parent 776cb5f commit f2aaada

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/go.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ jobs:
44
test:
55
strategy:
66
matrix:
7-
go-version: [1.15.x]
7+
go-version: [1.16.x]
88
os: [ubuntu-latest, macos-latest, windows-latest]
99
env:
1010
OS: ${{ matrix.os }}

0 commit comments

Comments
 (0)