chore: update to go 1.23.8 (#26291)

main-2.x
Jamie Strandboge 2025-04-18 13:22:43 -04:00 committed by GitHub
parent e862501769
commit dc86dcb55e
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.23.5-latest
default: go1.23.8-latest
workflow:
type: string

2
go.mod
View File

@ -2,7 +2,7 @@ module github.com/influxdata/influxdb/v2
go 1.23.0
toolchain go1.23.5
toolchain go1.23.8
require (
github.com/BurntSushi/toml v1.2.1