Skip to content

Commit

Permalink
chore(actions): switch go version to 1.16beta1 to avoid negative memo…
Browse files Browse the repository at this point in the history
…ry release strategy (#4)

* thanks to @kslr
  • Loading branch information
mzz2017 authored Dec 29, 2020
1 parent d5084a1 commit 6cd3e57
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,8 @@ jobs:
- name: Set up Go
uses: actions/setup-go@v2
with:
go-version: 1.15
stable: false
go-version: '1.16.0-beta1'

- name: Get project dependencies
run: go mod download
Expand Down

0 comments on commit 6cd3e57

Please sign in to comment.