Skip to content

Commit d65673b

Browse files
authored
feat: Update to go1.24.13 (#27201) (#27204)
* feat: Update to go1.24.13 (cherry picked from commit d7f79a0)
1 parent 4dcc877 commit d65673b

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 @@ parameters:
77
# when updating the go version, should also update the go version in go.mod
88
description: docker tag for cross build container from quay.io . Created by https://github.com/influxdata/edge/tree/master/dockerfiles/cross-builder .
99
type: string
10-
default: go1.24.11-latest
10+
default: go1.24.13-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
22

33
go 1.24.0
44

5-
toolchain go1.24.11
5+
toolchain go1.24.13
66

77
require (
88
collectd.org v0.3.0

0 commit comments

Comments
 (0)