From bf19050b89a95a5bd887221892b73ee42ecff257 Mon Sep 17 00:00:00 2001 From: Jack Francis Date: Tue, 4 Oct 2022 09:14:25 -0700 Subject: [PATCH] chore(rootfs/Dockerfile): update Go toolchain to v1.19.2 --- rootfs/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rootfs/Dockerfile b/rootfs/Dockerfile index e85841c..cbc21fe 100644 --- a/rootfs/Dockerfile +++ b/rootfs/Dockerfile @@ -7,7 +7,7 @@ ENV ANSIBLE_VERSION=5.9.0 \ AZCLI_VERSION=2.33.1 \ DOCKER_VERSION=20.10.2 \ ETCDCTL_VERSION=v3.1.8 \ - GO_VERSION=1.18.7 \ + GO_VERSION=1.19.2 \ GOLANGCI_LINT_VERSION=v1.45.2 \ GOSS_VERSION=v0.3.16 \ HELM_VERSION=3.6.2 \