*: update test Go version / release version

Signed-off-by: Gyuho Lee <leegyuho@amazon.com>
This commit is contained in:
Gyuho Lee
2019-09-03 13:46:55 -07:00
parent 64b3e59766
commit 42ad719155
5 changed files with 54 additions and 54 deletions

View File

@ -6,7 +6,7 @@ if ! [[ "${0}" =~ "scripts/docker-local-tester.sh" ]]; then
fi
if [[ -z "${GO_VERSION}" ]]; then
GO_VERSION=1.12.9
GO_VERSION=1.13
fi
echo "Running with GO_VERSION:" ${GO_VERSION}