From 0ef21205874bad5f1b5018d2d7a9fa4c4c3093ba Mon Sep 17 00:00:00 2001 From: Matt Boersma Date: Thu, 12 Aug 2021 13:49:09 -0600 Subject: [PATCH] chore(rootfs/Dockerfile): update go toolchain to v1.16.7 (#311) --- rootfs/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rootfs/Dockerfile b/rootfs/Dockerfile index cbbe4ba..1cb281d 100644 --- a/rootfs/Dockerfile +++ b/rootfs/Dockerfile @@ -7,7 +7,7 @@ ENV ANSIBLE_VERSION=4.2.0 \ AZCLI_VERSION=2.27.1 \ DOCKER_VERSION=20.10.2 \ ETCDCTL_VERSION=v3.1.8 \ - GO_VERSION=1.16.6 \ + GO_VERSION=1.16.7 \ GOLANGCI_LINT_VERSION=v1.41.1 \ GOSS_VERSION=v0.3.16 \ HELM_VERSION=3.6.2 \