Skip to content

Commit

Permalink
Update (but back to go mod tidy breaking ./simple/) (#258)
Browse files Browse the repository at this point in the history
  • Loading branch information
ldemailly authored Oct 5, 2024
1 parent 5e8f338 commit b761564
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 5 deletions.
4 changes: 1 addition & 3 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,7 @@ module fortio.org/fortiotel

go 1.22

toolchain go1.22.7

// toolchain go1.22.5 // this shouldn't be necessary - see https://github.com/golang/go/issues/66175#issuecomment-2010343876
// toolchain go1.22.8 // this shouldn't be necessary - see https://github.com/golang/go/issues/66175#issuecomment-2010343876

require (
fortio.org/cli v1.9.2
Expand Down
2 changes: 1 addition & 1 deletion go.work
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
go 1.22

toolchain go1.22.7
toolchain go1.22.8

use (
.
Expand Down
2 changes: 1 addition & 1 deletion simple/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ module github.com/fortio/fortiotel/simple

go 1.22

toolchain go1.22.7
toolchain go1.22.8

require (
go.opentelemetry.io/contrib/instrumentation/net/http/httptrace/otelhttptrace v0.55.0
Expand Down

0 comments on commit b761564

Please sign in to comment.