diff --git a/common/.commonfiles.sha b/common/.commonfiles.sha index 3b11bc2fdeb..2043a2be683 100644 --- a/common/.commonfiles.sha +++ b/common/.commonfiles.sha @@ -1 +1 @@ -9ab1160135c2417410456d335fe4b5d6444bc492 +2c400e9b763fa77db734788d61b78c69ea2def30 diff --git a/common/Makefile.common.mk b/common/Makefile.common.mk index 4b793373eb7..4e02d7abb43 100644 --- a/common/Makefile.common.mk +++ b/common/Makefile.common.mk @@ -97,7 +97,7 @@ mirror-licenses: mod-download-go @license-lint --mirror TMP := $(shell mktemp -d -u) -UPDATE_BRANCH ?= "release-1.10" +UPDATE_BRANCH ?= "master" update-common: @mkdir -p $(TMP) diff --git a/common/scripts/setup_env.sh b/common/scripts/setup_env.sh index 5ed024ff4b3..263d9042617 100755 --- a/common/scripts/setup_env.sh +++ b/common/scripts/setup_env.sh @@ -63,7 +63,7 @@ fi # Build image to use if [[ "${IMAGE_VERSION:-}" == "" ]]; then - export IMAGE_VERSION=release-1.10-2021-04-06T18-40-29 + export IMAGE_VERSION=master-2021-04-06T17-14-07 fi if [[ "${IMAGE_NAME:-}" == "" ]]; then export IMAGE_NAME=build-tools