From 154f23b4a676ceb5bbd33e0f6f09e1c136db5272 Mon Sep 17 00:00:00 2001 From: Jamie Strandboge Date: Wed, 7 Dec 2022 15:32:46 -0600 Subject: [PATCH] chore: update Go to 1.18.9 (#23969) --- .circleci/config.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index eba3cd19e3..2a0b81f129 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.7-f2a580ca8029f26f2c8a2002d6851967808bf96d + default: go1.18.9-cb1343dd74ecba8ec07fe810195530a0b9055aa9 workflow: type: string