Skip to content

Commit 1f9b96d

Browse files
authored
chore: upgrade go toolchain to 1.22.11 (#25921)
1 parent fbf5d4a commit 1f9b96d

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
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.22.7-latest
10+
default: go1.22.11-latest
1111

1212
workflow:
1313
type: string

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ module github.com/influxdata/influxdb/v2
22

33
go 1.22.0
44

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

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

0 commit comments

Comments
 (0)