Skip to content

Commit b761564

Browse files
authored
Update (but back to go mod tidy breaking ./simple/) (#258)
1 parent 5e8f338 commit b761564

File tree

3 files changed

+3
-5
lines changed

3 files changed

+3
-5
lines changed

go.mod

+1-3
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,7 @@ module fortio.org/fortiotel
22

33
go 1.22
44

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

97
require (
108
fortio.org/cli v1.9.2

go.work

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
go 1.22
22

3-
toolchain go1.22.7
3+
toolchain go1.22.8
44

55
use (
66
.

simple/go.mod

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ module github.com/fortio/fortiotel/simple
22

33
go 1.22
44

5-
toolchain go1.22.7
5+
toolchain go1.22.8
66

77
require (
88
go.opentelemetry.io/contrib/instrumentation/net/http/httptrace/otelhttptrace v0.55.0

0 commit comments

Comments
 (0)