Skip to content

chore(build): upgrade Go to 1.22.7 #2835

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 2 commits into from
Sep 20, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 1 addition & 6 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,8 @@ version: "2.1"
executors:
cross-builder:
docker:
- image: quay.io/influxdb/builder:kapacitor-20240806
- image: quay.io/influxdb/builder:kapacitor-20240919
resource_class: large
linux-amd64:
machine:
image: ubuntu-2004:202107-02
docker_layer_caching: true
resource_class: large

commands:
install_dependencies:
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/builder:kapacitor-20240806
FROM quay.io/influxdb/builder:kapacitor-20240919

# This dockerfile is capabable of performing all
# build/test/package/deploy actions needed for Kapacitor.
Expand Down
2 changes: 1 addition & 1 deletion builder/Dockerfile_build
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ RUN gem install fpm
# src: https://github.com/influxdata/chronograf/blob/9c4b1aa1a458ed86716985ed93783c35cc6411a7/etc/Dockerfile_build#L35
#
ENV GOPATH=/root/go
ENV GO_VERSION=1.21.12
ENV GO_VERSION=1.22.7
ENV GO_ARCH=amd64
ENV GO111MODULES=ON
RUN wget https://golang.org/dl/go${GO_VERSION}.linux-${GO_ARCH}.tar.gz; \
Expand Down
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module github.com/influxdata/kapacitor

go 1.21
go 1.22

require (
github.com/BurntSushi/toml v1.2.1
Expand Down