[go1.16] Update to go1.16.4

Signed-off-by: Stephen Augustus <foo@auggie.dev>
This commit is contained in:
Stephen Augustus
2021-05-07 15:44:02 -04:00
parent 5772839933
commit 5b530da51f
7 changed files with 9 additions and 9 deletions

View File

@@ -87,7 +87,7 @@ readonly KUBE_CONTAINER_RSYNC_PORT=8730
# These are the default versions (image tags) for their respective base images.
readonly __default_debian_iptables_version=buster-v1.6.0
readonly __default_go_runner_version=v2.3.1-go1.16.3-buster.0
readonly __default_go_runner_version=v2.3.1-go1.16.4-buster.0
# These are the base images for the Docker-wrapped binaries.
readonly KUBE_GORUNNER_IMAGE="${KUBE_GORUNNER_IMAGE:-$KUBE_BASE_IMAGE_REGISTRY/go-runner:$__default_go_runner_version}"