Skip to content

Commit c7d0ac3

Browse files
committed
Adapt to new Go download URL
1 parent 3a467cb commit c7d0ac3

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

Diff for: release/0-get-latest-dependencies-versions.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ registerVersion "Protobuf" "PROTO_VERSION"
8686
# retrieve version: go
8787
retrieveLatestVersion "tag" "golang/go" "go1[.][0-9]+[.][0-9]+"
8888
GO_VERSION="${LATEST_VERSION#"go"}"
89-
GO_VERSION="$(echo "$GO_VERSION" | sed -E "s/\.[0-9]+$//")" # remove patch version
89+
# GO_VERSION="$(echo "$GO_VERSION" | sed -E "s/\.[0-9]+$//")" # remove patch version
9090
registerVersion "go" "GO_VERSION"
9191

9292
# retrieve version: goreleaser

Diff for: test/suite/setup.sh

+1
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ export -f customNormaliseOutput
88
PROTOCURL_IMAGE=""
99
PROTOCURL_IMAGE_ORIGINAL=""
1010
buildProtocurl() {
11+
set -e
1112
if [[ "$PROTOCURL_RELEASE_VERSION" != "" ]]; then
1213
export PROTOCURL_IMAGE_ORIGINAL="qaware/protocurl:$PROTOCURL_RELEASE_VERSION"
1314
export PROTOCURL_IMAGE="qaware/protocurl:$PROTOCURL_RELEASE_VERSION-test"

0 commit comments

Comments
 (0)