Skip to content

Commit 0f7bb6c

Browse files
committed
Update go version in runner
1 parent 07e3cdf commit 0f7bb6c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ jobs:
4747
- uses: actions/checkout@v2
4848
- uses: actions/setup-go@v2
4949
with:
50-
go-version: '1.15.5'
50+
go-version: '1.16'
5151
- name: Build binary
5252
env:
5353
GOOS: ${{ matrix.go_os }}

0 commit comments

Comments
 (0)