File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -12,12 +12,12 @@ jobs:
1212 runs-on : ubuntu-latest
1313
1414 steps :
15- - uses : actions/setup-go@v6
16- with :
17- go-version : ~1.24
1815 - uses : actions/checkout@v6
1916 with :
2017 fetch-depth : 1
18+ - uses : actions/setup-go@v6
19+ with :
20+ go-version-file : ' go.mod'
2121
2222 - name : Style checks
2323 run : |
Original file line number Diff line number Diff line change 11module golang.stackrox.io/grpc-http1/_integration-tests
22
3- go 1.24 .0
3+ go 1.25 .0
44
55require (
66 github.com/stretchr/testify v1.11.1
7- golang.org/x/net v0.50 .0
7+ golang.org/x/net v0.51 .0
88 golang.stackrox.io/grpc-http1 v0.0.0-00010101000000-000000000000
99 google.golang.org/grpc v1.79.1
1010 google.golang.org/grpc/examples v0.0.0-20250128160859-73e447014dfa
Original file line number Diff line number Diff line change @@ -34,8 +34,8 @@ go.opentelemetry.io/otel/sdk/metric v1.39.0 h1:cXMVVFVgsIf2YL6QkRF4Urbr/aMInf+2W
3434go.opentelemetry.io/otel/sdk/metric v1.39.0 /go.mod h1:xq9HEVH7qeX69/JnwEfp6fVq5wosJsY1mt4lLfYdVew =
3535go.opentelemetry.io/otel/trace v1.39.0 h1:2d2vfpEDmCJ5zVYz7ijaJdOF59xLomrvj7bjt6/qCJI =
3636go.opentelemetry.io/otel/trace v1.39.0 /go.mod h1:88w4/PnZSazkGzz/w84VHpQafiU4EtqqlVdxWy+rNOA =
37- golang.org/x/net v0.50 .0 h1:ucWh9eiCGyDR3vtzso0WMQinm2Dnt8cFMuQa9K33J60 =
38- golang.org/x/net v0.50 .0 /go.mod h1:UgoSli3F/pBgdJBHCTc+tp3gmrU4XswgGRgtnwWTfyM =
37+ golang.org/x/net v0.51 .0 h1:94R/GTO7mt3/4wIKpcR5gkGmRLOuE/2hNGeWq/GBIFo =
38+ golang.org/x/net v0.51 .0 /go.mod h1:aamm+2QF5ogm02fjy5Bb7CQ0WMt1/WVM7FtyaTLlA9Y =
3939golang.org/x/sys v0.41.0 h1:Ivj+2Cp/ylzLiEU89QhWblYnOE9zerudt9Ftecq2C6k =
4040golang.org/x/sys v0.41.0 /go.mod h1:OgkHotnGiDImocRcuBABYBEXf8A9a87e/uXjp9XT3ks =
4141golang.org/x/text v0.34.0 h1:oL/Qq0Kdaqxa1KbNeMKwQq0reLCCaFtqu2eNuSeNHbk =
Original file line number Diff line number Diff line change 11module golang.stackrox.io/grpc-http1
22
3- go 1.24 .0
3+ go 1.25 .0
44
55require (
66 github.com/coder/websocket v1.8.14
You can’t perform that action at this time.
0 commit comments