Skip to content

Commit

Permalink
Merge pull request #17276 from ivanvc/3.4-update-golang-to-1.20.13
Browse files Browse the repository at this point in the history
[3.4] dependency: update go to 1.20.13
  • Loading branch information
ahrtr committed Jan 23, 2024
2 parents 62e51c4 + 5d0fbaf commit 7555d0c
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .go-version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.20.12
1.20.13
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ docker-remove:



GO_VERSION ?= 1.20.12
GO_VERSION ?= 1.20.13
ETCD_VERSION ?= $(shell git rev-parse --short HEAD || echo "GitNotFound")

TEST_SUFFIX = $(shell date +%s | base64 | head -c 15)
Expand Down
2 changes: 1 addition & 1 deletion functional/scripts/docker-local-agent.sh
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ if ! [[ "${0}" =~ "scripts/docker-local-agent.sh" ]]; then
fi

if [[ -z "${GO_VERSION}" ]]; then
GO_VERSION=1.20.12
GO_VERSION=1.20.13
fi
echo "Running with GO_VERSION:" ${GO_VERSION}

Expand Down
2 changes: 1 addition & 1 deletion functional/scripts/docker-local-tester.sh
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ if ! [[ "${0}" =~ "scripts/docker-local-tester.sh" ]]; then
fi

if [[ -z "${GO_VERSION}" ]]; then
GO_VERSION=1.20.12
GO_VERSION=1.20.13
fi
echo "Running with GO_VERSION:" ${GO_VERSION}

Expand Down

0 comments on commit 7555d0c

Please sign in to comment.