Skip to content

Commit e3265b3

Browse files
authored
feat: Upgrade go to 1.22.7 (#25586) (#25588)
* feat: Upgrade go to 1.22.7 (cherry picked from commit 514e247)
1 parent aae5123 commit e3265b3

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.circleci/config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ orbs:
77
parameters:
88
cross-container-tag:
99
type: string
10-
default: go1.21.12-latest
10+
default: go1.22.7-latest
1111

1212
workflow:
1313
type: string

go.mod

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
module github.com/influxdata/influxdb/v2
22

3-
go 1.21.0
3+
go 1.22.0
44

5-
toolchain go1.21.9
5+
toolchain go1.22.7
66

77
require (
88
github.com/BurntSushi/toml v1.2.1

0 commit comments

Comments
 (0)