We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4dcc877 commit d65673bCopy full SHA for d65673b
.circleci/config.yml
@@ -7,7 +7,7 @@ parameters:
7
# when updating the go version, should also update the go version in go.mod
8
description: docker tag for cross build container from quay.io . Created by https://github.com/influxdata/edge/tree/master/dockerfiles/cross-builder .
9
type: string
10
- default: go1.24.11-latest
+ default: go1.24.13-latest
11
12
workflow:
13
go.mod
@@ -2,7 +2,7 @@ module github.com/influxdata/influxdb
2
3
go 1.24.0
4
5
-toolchain go1.24.11
+toolchain go1.24.13
6
require (
collectd.org v0.3.0
0 commit comments