Skip to content

Commit

Permalink
chore(build): upgrade Go to 1.20.10 (#2783)
Browse files Browse the repository at this point in the history
  • Loading branch information
alespour authored Oct 12, 2023
1 parent 4a9bbe8 commit 957d384
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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.4-147b512cba0dbd7ea86df9d4e3c288e36c11e05a
- image: quay.io/influxdb/cross-builder:go1.20.10-latest
resource_class: large
linux-amd64:
machine:
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile_build_ubuntu64
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM quay.io/influxdb/cross-builder:go1.20.4-147b512cba0dbd7ea86df9d4e3c288e36c11e05a
FROM quay.io/influxdb/cross-builder:go1.20.10-latest

# This dockerfile is capabable of performing all
# build/test/package/deploy actions needed for Kapacitor.
Expand Down

0 comments on commit 957d384

Please sign in to comment.