Skip to content

Commit 4dfe9d4

Browse files
cfergeaupraveenkumar
authored andcommitted
Fix appveyor updates in update-go-version.sh
Commit 9dca453 removed the "" around C:\go116 in PATH, but the regex update-go-version.sh was not updated to match this.
1 parent 168dba8 commit 4dfe9d4

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

update-go-version.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,4 +17,4 @@ sed -i "s,^FROM registry.access.redhat.com/ubi8/go-toolset:[.0-9]\+ as builder\$
1717
sed -i "s/GOVERSION: .*\$/GOVERSION: \"${latest_version}\"/" .circleci/config.yml
1818
sed -i "s/^GO_VERSION=.*$/GO_VERSION=${latest_version}/" centos_ci.sh
1919
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
20+
sed -i 's/set PATH=C:\\go[0-9]\+/set PATH=C:\\go'${appveyor_go_version}'/' ./appveyor.yml

0 commit comments

Comments
 (0)