chore: upgrade go toolchain to 1.22.11 (#25920)

db/golang-1.23.5-2.7
Jamie Strandboge 2025-01-27 10:39:09 -07:00 committed by GitHub
parent dd7b4ce351
commit df178f74d3
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 2 additions and 2 deletions

View File

@ -7,7 +7,7 @@ orbs:
parameters:
cross-container-tag:
type: string
default: go1.22.7-latest
default: go1.22.11-latest
workflow:
type: string

2
go.mod
View File

@ -2,7 +2,7 @@ module github.com/influxdata/influxdb/v2
go 1.22.0
toolchain go1.22.7
toolchain go1.22.11
require (
github.com/BurntSushi/toml v1.2.1