Skip to content

Commit

Permalink
bump nhooyr.io/websocket v1.8.11 (#142)
Browse files Browse the repository at this point in the history
* upgrade nhooyr.io/websocket v1.8.11
  • Loading branch information
hgiasac authored Jun 12, 2024
1 parent 0fc7dc5 commit 4f88d35
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ on:
jobs:
test-go:
name: Run Go lint and unit tests
runs-on: ubuntu-20.04
runs-on: ubuntu-latest
permissions:
pull-requests: write
# Required: allow read access to the content for analysis.
Expand Down Expand Up @@ -47,7 +47,7 @@ jobs:
cd ./example/hasura
docker-compose up -d
- name: Lint
uses: golangci/golangci-lint-action@v4
uses: golangci/golangci-lint-action@v6
with:
version: latest
only-new-issues: true
Expand Down
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,5 @@ go 1.20

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

0 comments on commit 4f88d35

Please sign in to comment.