Skip to content

Commit d6bc166

Browse files
authored
chore: update to go 1.23.8 (#26417)
Clean cherry-pick of #26291 to 2.7 branch. (cherry picked from commit dc86dcb)
1 parent e1bd5cd commit d6bc166

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.23.5-latest
10+
default: go1.23.8-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.23.0
44

5-
toolchain go1.23.5
5+
toolchain go1.23.8
66

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

0 commit comments

Comments
 (0)