Skip to content

Commit 2e92088

Browse files
build(deps): bump golang.org/x/net from 0.50.0 to 0.51.0 in /_integration-tests (#347)
Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Tomasz Janiszewski <tjanisze@redhat.com>
1 parent 001266c commit 2e92088

4 files changed

Lines changed: 8 additions & 8 deletions

File tree

.github/workflows/ci.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff 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: |

_integration-tests/go.mod

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
module golang.stackrox.io/grpc-http1/_integration-tests
22

3-
go 1.24.0
3+
go 1.25.0
44

55
require (
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

_integration-tests/go.sum

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,8 +34,8 @@ go.opentelemetry.io/otel/sdk/metric v1.39.0 h1:cXMVVFVgsIf2YL6QkRF4Urbr/aMInf+2W
3434
go.opentelemetry.io/otel/sdk/metric v1.39.0/go.mod h1:xq9HEVH7qeX69/JnwEfp6fVq5wosJsY1mt4lLfYdVew=
3535
go.opentelemetry.io/otel/trace v1.39.0 h1:2d2vfpEDmCJ5zVYz7ijaJdOF59xLomrvj7bjt6/qCJI=
3636
go.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=
3939
golang.org/x/sys v0.41.0 h1:Ivj+2Cp/ylzLiEU89QhWblYnOE9zerudt9Ftecq2C6k=
4040
golang.org/x/sys v0.41.0/go.mod h1:OgkHotnGiDImocRcuBABYBEXf8A9a87e/uXjp9XT3ks=
4141
golang.org/x/text v0.34.0 h1:oL/Qq0Kdaqxa1KbNeMKwQq0reLCCaFtqu2eNuSeNHbk=

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
module golang.stackrox.io/grpc-http1
22

3-
go 1.24.0
3+
go 1.25.0
44

55
require (
66
github.com/coder/websocket v1.8.14

0 commit comments

Comments
 (0)