File tree 3 files changed +3
-5
lines changed
3 files changed +3
-5
lines changed Original file line number Diff line number Diff line change @@ -2,9 +2,7 @@ module fortio.org/fortiotel
2
2
3
3
go 1.22
4
4
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
8
6
9
7
require (
10
8
fortio.org/cli v1.9.2
Original file line number Diff line number Diff line change 1
1
go 1.22
2
2
3
- toolchain go1.22.7
3
+ toolchain go1.22.8
4
4
5
5
use (
6
6
.
Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ module github.com/fortio/fortiotel/simple
2
2
3
3
go 1.22
4
4
5
- toolchain go1.22.7
5
+ toolchain go1.22.8
6
6
7
7
require (
8
8
go.opentelemetry.io/contrib/instrumentation/net/http/httptrace/otelhttptrace v0.55.0
You can’t perform that action at this time.
0 commit comments