Backport update to golang 1.20 minor release.

Signed-off-by: James Blair <mail@jamesblair.net>
This commit is contained in:
James Blair
2023-08-13 16:02:29 +12:00
parent 7655708927
commit 4db260134f
5 changed files with 5 additions and 5 deletions

View File

@ -13,7 +13,7 @@ if ! [[ "${0}" =~ "scripts/docker-local-agent.sh" ]]; then
fi
if [[ -z "${GO_VERSION}" ]]; then
GO_VERSION=1.19.9
GO_VERSION=1.20.7
fi
echo "Running with GO_VERSION:" ${GO_VERSION}