From 771e3647eee45169ece85e6e1ddb6d022e211088 Mon Sep 17 00:00:00 2001 From: Brandon Pfeifer Date: Wed, 20 Jul 2022 12:18:36 -0400 Subject: [PATCH] build: upgrade to Go 1.18.4 (#23568) --- .circleci/config.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index 742d80adad..1a9f1e7050 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -6,7 +6,7 @@ parameters: # when updating the go version, should also update the go version in go.mod description: docker tag for cross build container from quay.io . Created by https://github.com/influxdata/edge/tree/master/dockerfiles/cross-builder . type: string - default: go1.18.3-c75d304717395a43913dcc3d576d4f3545375253 + default: go1.18.4-906fbe93f953b47185818364a186604209dc8da0 commands: install_rust: