From bdfe8795d46be79eca9139afe35155e2afea467a Mon Sep 17 00:00:00 2001 From: Jamie Strandboge Date: Tue, 28 Feb 2023 17:30:47 -0600 Subject: [PATCH] fix(security): update go to 1.19.6 (#2748) --- .circleci/config.yml | 2 +- Dockerfile_build_ubuntu64 | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index 960fdbe37..858b58015 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -7,7 +7,7 @@ executors: # NOTE: To upgrade the Go version, first push the upgrade to the cross-builder Dockerfile in the edge repo, # then update the version here to match. Until we finish the migration to using the cross-builder image, # you'll also need to update references to `cimg/go` and `GO_VERSION` in this file. - - image: quay.io/influxdb/cross-builder:go1.19.4-cb1343dd74ecba8ec07fe810195530a0b9055aa9 + - image: quay.io/influxdb/cross-builder:go1.19.6-7254b98bc4080dce9c237b698e868e4e0567cee7 resource_class: large linux-amd64: machine: diff --git a/Dockerfile_build_ubuntu64 b/Dockerfile_build_ubuntu64 index 35eba6743..eefb020be 100644 --- a/Dockerfile_build_ubuntu64 +++ b/Dockerfile_build_ubuntu64 @@ -1,4 +1,4 @@ -FROM quay.io/influxdb/cross-builder:go1.19.4-cb1343dd74ecba8ec07fe810195530a0b9055aa9 +FROM quay.io/influxdb/cross-builder:go1.19.6-7254b98bc4080dce9c237b698e868e4e0567cee7 # This dockerfile is capabable of performing all # build/test/package/deploy actions needed for Kapacitor.