Skip to content

Commit 64af1ce

Browse files
devanbenzorgadsjdstrand
authored
chore: update go to 1.23.9 (#26405) (#26439)
Co-authored-by: Orgad Shaneh <[email protected]> Co-authored-by: Jamie Strandboge <[email protected]> Fixes #26404.
1 parent 72a537b commit 64af1ce

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.8-latest
10+
default: go1.23.9-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.8
5+
toolchain go1.23.9
66

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

0 commit comments

Comments
 (0)