chore: upgrade go toolchain to 1.22.11

jdstrand/golang-1.22.11_2.7
Jamie Strandboge 2025-01-27 09:17:29 -06:00
parent fbf5d4ab5e
commit 1b5b6daddc
No known key found for this signature in database
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