diff --git a/.circleci/config.yml b/.circleci/config.yml index 74ad92cfc..fba927185 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.20.11-latest + - image: quay.io/influxdb/cross-builder:go1.20.13-latest resource_class: large linux-amd64: machine: diff --git a/Dockerfile_build_ubuntu64 b/Dockerfile_build_ubuntu64 index 008447261..2f4b5f089 100644 --- a/Dockerfile_build_ubuntu64 +++ b/Dockerfile_build_ubuntu64 @@ -1,4 +1,4 @@ -FROM quay.io/influxdb/cross-builder:go1.20.11-latest +FROM quay.io/influxdb/cross-builder:go1.20.13-latest # This dockerfile is capabable of performing all # build/test/package/deploy actions needed for Kapacitor.