Skip to content

Commit 4f88d35

Browse files
authored
bump nhooyr.io/websocket v1.8.11 (#142)
* upgrade nhooyr.io/websocket v1.8.11
1 parent 0fc7dc5 commit 4f88d35

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

.github/workflows/test.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ on:
1313
jobs:
1414
test-go:
1515
name: Run Go lint and unit tests
16-
runs-on: ubuntu-20.04
16+
runs-on: ubuntu-latest
1717
permissions:
1818
pull-requests: write
1919
# Required: allow read access to the content for analysis.
@@ -47,7 +47,7 @@ jobs:
4747
cd ./example/hasura
4848
docker-compose up -d
4949
- name: Lint
50-
uses: golangci/golangci-lint-action@v4
50+
uses: golangci/golangci-lint-action@v6
5151
with:
5252
version: latest
5353
only-new-issues: true

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,5 +4,5 @@ go 1.20
44

55
require (
66
github.com/google/uuid v1.6.0
7-
nhooyr.io/websocket v1.8.10
7+
nhooyr.io/websocket v1.8.11
88
)

go.sum

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
github.com/google/uuid v1.6.0 h1:NIvaJDMOsjHA8n1jAhLSgzrAzy1Hgr+hNrb57e+94F0=
22
github.com/google/uuid v1.6.0/go.mod h1:TIyPZe4MgqvfeYDBFedMoGGpEw/LqOeaOT+nhxU+yHo=
3-
nhooyr.io/websocket v1.8.10 h1:mv4p+MnGrLDcPlBoWsvPP7XCzTYMXP9F9eIGoKbgx7Q=
4-
nhooyr.io/websocket v1.8.10/go.mod h1:rN9OFWIUwuxg4fR5tELlYC04bXYowCP9GX47ivo2l+c=
3+
nhooyr.io/websocket v1.8.11 h1:f/qXNc2/3DpoSZkHt1DQu6rj4zGC8JmkkLkWss0MgN0=
4+
nhooyr.io/websocket v1.8.11/go.mod h1:rN9OFWIUwuxg4fR5tELlYC04bXYowCP9GX47ivo2l+c=

0 commit comments

Comments
 (0)