diff --git a/src/executor/helpers/introspected_golang/go.sh b/src/executor/helpers/introspected_golang/go.sh index debae5308..f3e08dd39 100755 --- a/src/executor/helpers/introspected_golang/go.sh +++ b/src/executor/helpers/introspected_golang/go.sh @@ -31,9 +31,10 @@ GO_RUNNER_INSTALLER_SHA256S=" 1.1.0 d16e0e14bdfaea61a6da1d46d7b3b36f940b64335c8affbdc85b802d6e949a97 1.2.0 072876ccd43b8c73c123df206eda4b1f82f9ff03b1330efe35e5eaa5c1b6cefe 1.2.1 5c90675148a23fd550681033b5589b39b8e66a8ea372d27befd580be0cc535f4 +1.3.0 cd86d7fd5133b3cbfe702247fc76f8fa59da9c5f1f137a02b54609ae6480919d " -DEFAULT_GO_RUNNER_VERSION="1.2.1" +DEFAULT_GO_RUNNER_VERSION="1.3.0" get_go_runner_installer_sha256() { if ! awk -v v="$1" '$1==v{print $2; f=1} END{exit !f}' <<<"$GO_RUNNER_INSTALLER_SHA256S"; then