File tree Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 13
13
jobs :
14
14
test-go :
15
15
name : Run Go lint and unit tests
16
- runs-on : ubuntu-20.04
16
+ runs-on : ubuntu-latest
17
17
permissions :
18
18
pull-requests : write
19
19
# Required: allow read access to the content for analysis.
47
47
cd ./example/hasura
48
48
docker-compose up -d
49
49
- name : Lint
50
- uses : golangci/golangci-lint-action@v4
50
+ uses : golangci/golangci-lint-action@v6
51
51
with :
52
52
version : latest
53
53
only-new-issues : true
Original file line number Diff line number Diff line change 4
4
5
5
require (
6
6
github.com/google/uuid v1.6.0
7
- nhooyr.io/websocket v1.8.10
7
+ nhooyr.io/websocket v1.8.11
8
8
)
Original file line number Diff line number Diff line change 1
1
github.com/google/uuid v1.6.0 h1:NIvaJDMOsjHA8n1jAhLSgzrAzy1Hgr+hNrb57e+94F0 =
2
2
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 =
You can’t perform that action at this time.
0 commit comments