Skip to content

Commit

Permalink
Adapt to new Go download URL
Browse files Browse the repository at this point in the history
  • Loading branch information
GollyTicker committed Aug 15, 2023
1 parent 3a467cb commit c7d0ac3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion release/0-get-latest-dependencies-versions.sh
Expand Up @@ -86,7 +86,7 @@ registerVersion "Protobuf" "PROTO_VERSION"
# retrieve version: go
retrieveLatestVersion "tag" "golang/go" "go1[.][0-9]+[.][0-9]+"
GO_VERSION="${LATEST_VERSION#"go"}"
GO_VERSION="$(echo "$GO_VERSION" | sed -E "s/\.[0-9]+$//")" # remove patch version
# GO_VERSION="$(echo "$GO_VERSION" | sed -E "s/\.[0-9]+$//")" # remove patch version
registerVersion "go" "GO_VERSION"

# retrieve version: goreleaser
Expand Down
1 change: 1 addition & 0 deletions test/suite/setup.sh
Expand Up @@ -8,6 +8,7 @@ export -f customNormaliseOutput
PROTOCURL_IMAGE=""
PROTOCURL_IMAGE_ORIGINAL=""
buildProtocurl() {
set -e
if [[ "$PROTOCURL_RELEASE_VERSION" != "" ]]; then
export PROTOCURL_IMAGE_ORIGINAL="qaware/protocurl:$PROTOCURL_RELEASE_VERSION"
export PROTOCURL_IMAGE="qaware/protocurl:$PROTOCURL_RELEASE_VERSION-test"
Expand Down

0 comments on commit c7d0ac3

Please sign in to comment.