Skip to content

Commit 288e524

Browse files
authored
chore: update to go 1.25.9 (#27367)
1 parent ba5455f commit 288e524

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.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.25.8-latest
10+
default: go1.25.9-latest
1111

1212
workflow:
1313
type: string

go.mod

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

3-
go 1.25.8
3+
go 1.25.9
44

55
require (
66
github.com/BurntSushi/toml v1.4.0

0 commit comments

Comments
 (0)