Skip to content

Commit 7bdea22

Browse files
committed
:(
1 parent 7d6838e commit 7bdea22

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/release.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,9 @@ jobs:
1010
name: Upload Release Asset
1111
runs-on: ubuntu-latest
1212
steps:
13-
- uses: actions/setup-go@v1
13+
- uses: actions/setup-go@v2-beta
14+
with:
15+
go-version: '1.x'
1416
- name: Set GOPATH
1517
# temporary fix
1618
# see https://github.com/actions/setup-go/issues/14

0 commit comments

Comments
 (0)