We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b2e8428 commit 14c73a2Copy full SHA for 14c73a2
.github/workflows/go.yml
@@ -55,6 +55,8 @@ jobs:
55
go-version: 1.15
56
57
- name: set GOVERSION
58
+ env:
59
+ ACTIONS_ALLOW_UNSECURE_COMMANDS: 'true'
60
run: echo "::set-env name=GOVERSION::$(go version | sed -r 's/go version go(.*)\ .*/\1/')"
61
62
- name: Run GoReleaser
0 commit comments