Skip to content

Commit

Permalink
chore(deps): update dependency go to v1.23.0
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Aug 13, 2024
1 parent 51d5765 commit d65d1d3
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ module github.com/dominodatalab/hephaestus

go 1.22.0

toolchain go1.22.2
toolchain go1.23.0

// NOTE: local development
// replace github.com/dominodatalab/controller-util => ../controller-util
Expand Down
2 changes: 1 addition & 1 deletion test/functional/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ module github.com/dominodatalab/hephaestus/test/functional

go 1.22.0

toolchain go1.22.4
toolchain go1.23.0

replace github.com/dominodatalab/testenv => ../../tools/testenv

Expand Down
2 changes: 1 addition & 1 deletion tools/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ module github.com/dominodatalab/hephaestus/tools

go 1.22.0

toolchain go1.22.2
toolchain go1.23.0

require (
github.com/golangci/golangci-lint v1.58.0
Expand Down

0 comments on commit d65d1d3

Please sign in to comment.