We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6abbd56 commit 3a5b7f6Copy full SHA for 3a5b7f6
.github/workflows/release.yaml
@@ -16,7 +16,7 @@ jobs:
16
- name: Set up env vars
17
run: |
18
echo "GO111MODULE=on" >> $GITHUB_ENV
19
- echo "GO_VERSION=v$(sed -n 's/GO_VERSION=//p' config.base.env)" >> $GITHUB_ENV
+ echo "GO_VERSION=v$(sed -n 's/GO_VERSION=//p' config.base.env | tr -d '\n' | tr -d '"')" >> $GITHUB_ENV
20
echo "GOPATH=/home/runner/go" >> $GITHUB_ENV
21
22
- name: Prepare go environment
0 commit comments