We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bdb9324 commit cf80a73Copy full SHA for cf80a73
.circleci/config.yml
@@ -6,7 +6,7 @@ executors:
6
# NOTE: To upgrade the Go version, first push the upgrade to the cross-builder Dockerfile in the edge repo,
7
# then update the version here to match. Until we finish the migration to using the cross-builder image,
8
# you'll also need to update references to `cimg/go` and `GO_VERSION` in this file.
9
- - image: quay.io/influxdb/cross-builder:go1.21.12-latest
+ - image: quay.io/influxdb/cross-builder:go1.22.11-latest
10
resource_class: medium
11
linux-amd64:
12
machine:
go.mod
@@ -1,6 +1,6 @@
1
module github.com/influxdata/influx-cli/v2
2
3
-go 1.21
+go 1.22
4
5
require (
github.com/AlecAivazis/survey/v2 v2.3.4
0 commit comments