We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 168dba8 commit 4dfe9d4Copy full SHA for 4dfe9d4
1 file changed
update-go-version.sh
@@ -17,4 +17,4 @@ sed -i "s,^FROM registry.access.redhat.com/ubi8/go-toolset:[.0-9]\+ as builder\$
17
sed -i "s/GOVERSION: .*\$/GOVERSION: \"${latest_version}\"/" .circleci/config.yml
18
sed -i "s/^GO_VERSION=.*$/GO_VERSION=${latest_version}/" centos_ci.sh
19
appveyor_go_version=$(echo $golang_base_version | tr -d .)
20
-sed -i 's/set PATH="C:\\go[0-9]\+"/set PATH="C:\\go'${appveyor_go_version}'"/' ./appveyor.yml
+sed -i 's/set PATH=C:\\go[0-9]\+/set PATH=C:\\go'${appveyor_go_version}'/' ./appveyor.yml
0 commit comments