Skip to content

Commit 759ecf2

Browse files
[AutoUpdate] Protobuf 24.0, go 1.21, Goreleaser v1.20.0 (#140)
2 parents 04dc45b + c7d0ac3 commit 759ecf2

File tree

3 files changed

+5
-4
lines changed

3 files changed

+5
-4
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: release/versions.txt

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
Protobuf 23.4
2-
go 1.20
3-
Goreleaser v1.19.2
1+
Protobuf 24.0
2+
go 1.21
3+
Goreleaser v1.20.0

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)