Skip to content

Commit 14c73a2

Browse files
committed
fix(ci): fix github action
1 parent b2e8428 commit 14c73a2

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/go.yml

+2
Original file line numberDiff line numberDiff line change
@@ -55,6 +55,8 @@ jobs:
5555
go-version: 1.15
5656

5757
- name: set GOVERSION
58+
env:
59+
ACTIONS_ALLOW_UNSECURE_COMMANDS: 'true'
5860
run: echo "::set-env name=GOVERSION::$(go version | sed -r 's/go version go(.*)\ .*/\1/')"
5961

6062
- name: Run GoReleaser

0 commit comments

Comments
 (0)