From 3407c75c78a6c0ac6a5ca32949d12d9a0e60b57e Mon Sep 17 00:00:00 2001 From: Jamie Strandboge Date: Wed, 12 Apr 2023 15:35:37 -0500 Subject: [PATCH] chore: update Go to 1.19.8 (#2756) --- .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 858b58015..4313eac20 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.6-7254b98bc4080dce9c237b698e868e4e0567cee7 + - image: quay.io/influxdb/cross-builder:go1.19.8-2e0ba83bd70ddf567cba4dec8e5491b88063ffde resource_class: large linux-amd64: machine: diff --git a/Dockerfile_build_ubuntu64 b/Dockerfile_build_ubuntu64 index eefb020be..ed99ee797 100644 --- a/Dockerfile_build_ubuntu64 +++ b/Dockerfile_build_ubuntu64 @@ -1,4 +1,4 @@ -FROM quay.io/influxdb/cross-builder:go1.19.6-7254b98bc4080dce9c237b698e868e4e0567cee7 +FROM quay.io/influxdb/cross-builder:go1.19.8-2e0ba83bd70ddf567cba4dec8e5491b88063ffde # This dockerfile is capabable of performing all # build/test/package/deploy actions needed for Kapacitor.