Skip to content

Commit

Permalink
chore: update Go to 1.19.8 (#2756)
Browse files Browse the repository at this point in the history
  • Loading branch information
jdstrand authored Apr 12, 2023
1 parent 025c706 commit 3407c75
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.19.6-7254b98bc4080dce9c237b698e868e4e0567cee7
- image: quay.io/influxdb/cross-builder:go1.19.8-2e0ba83bd70ddf567cba4dec8e5491b88063ffde
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.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.
Expand Down

0 comments on commit 3407c75

Please sign in to comment.