feat: Upgrade go to 1.22.7 (#25586)

* feat: Upgrade go to 1.22.7
chore/bump_pkg-config_version
WeblWabl 2024-11-22 16:47:31 -06:00 committed by GitHub
parent edbb55777e
commit 514e24752c
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 3 additions and 3 deletions

View File

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

4
go.mod
View File

@ -1,8 +1,8 @@
module github.com/influxdata/influxdb/v2
go 1.21.0
go 1.22.0
toolchain go1.21.9
toolchain go1.22.7
require (
github.com/BurntSushi/toml v1.2.1