Skip to content

Commit

Permalink
feat: Upgrade go to 1.22.7 (#25586)
Browse files Browse the repository at this point in the history
* feat: Upgrade go to 1.22.7

(cherry picked from commit 514e247)
  • Loading branch information
devanbenz committed Nov 22, 2024
1 parent aae5123 commit 1b1f043
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ orbs:
parameters:
cross-container-tag:
type: string
default: go1.21.12-latest
default: go1.22.7-latest

workflow:
type: string
Expand Down
4 changes: 2 additions & 2 deletions go.mod
Original file line number Diff line number Diff line change
@@ -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
Expand Down

0 comments on commit 1b1f043

Please sign in to comment.