We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent aae5123 commit 1b1f043Copy full SHA for 1b1f043
.circleci/config.yml
@@ -7,7 +7,7 @@ orbs:
7
parameters:
8
cross-container-tag:
9
type: string
10
- default: go1.21.12-latest
+ default: go1.22.7-latest
11
12
workflow:
13
go.mod
@@ -1,8 +1,8 @@
1
module github.com/influxdata/influxdb/v2
2
3
-go 1.21.0
+go 1.22.0
4
5
-toolchain go1.21.9
+toolchain go1.22.7
6
require (
github.com/BurntSushi/toml v1.2.1
0 commit comments