Skip to content

Commit

Permalink
Merge pull request #17981 from lavishpal/update/golang-to-1.21.10
Browse files Browse the repository at this point in the history
[3.4] dependency: update golang to 1.21.10
  • Loading branch information
ahrtr committed May 10, 2024
2 parents ce4e462 + 6566399 commit 70cc6cc
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .go-version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.21.9
1.21.10
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.21.9
GO_VERSION=1.21.10
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.21.9
GO_VERSION=1.21.10
fi
echo "Running with GO_VERSION:" ${GO_VERSION}

Expand Down

0 comments on commit 70cc6cc

Please sign in to comment.