Skip to content

Commit

Permalink
Update go version in runner
Browse files Browse the repository at this point in the history
  • Loading branch information
jotaen committed Mar 15, 2021
1 parent 07e3cdf commit 0f7bb6c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ jobs:
- uses: actions/checkout@v2
- uses: actions/setup-go@v2
with:
go-version: '1.15.5'
go-version: '1.16'
- name: Build binary
env:
GOOS: ${{ matrix.go_os }}
Expand Down

0 comments on commit 0f7bb6c

Please sign in to comment.