Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[AutoUpdate] Protobuf 24.0, go 1.21, Goreleaser v1.20.0 #140

Merged
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion release/0-get-latest-dependencies-versions.sh
Original file line number Diff line number Diff line change
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
6 changes: 3 additions & 3 deletions release/versions.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
Protobuf 23.4
go 1.20
Goreleaser v1.19.2
Protobuf 24.0
go 1.21
Goreleaser v1.20.0
1 change: 1 addition & 0 deletions test/suite/setup.sh
Original file line number Diff line number Diff line change
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