Skip to content

Commit

Permalink
Merge pull request #13 from c16a/feature/c16a
Browse files Browse the repository at this point in the history
Update golang.org/x/net to v0.24.0
  • Loading branch information
c16a committed May 4, 2024
2 parents 16c5f56 + d067a34 commit 950eb97
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 5 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/pr.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ on:

jobs:
codeql:
name: Analyze Go
name: Security Scan
runs-on: ubuntu-latest
timeout-minutes: 360
permissions:
Expand All @@ -27,7 +27,7 @@ jobs:
category: "/language:go"

devskim:
name: DevSkim
name: Lint
runs-on: ubuntu-latest
permissions:
actions: read
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/push.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ on:

jobs:
codeql:
name: Analyze Go
name: Security Scan
runs-on: ubuntu-latest
timeout-minutes: 360
permissions:
Expand All @@ -27,7 +27,7 @@ jobs:
category: "/language:go"

devskim:
name: DevSkim
name: Lint
runs-on: ubuntu-latest
permissions:
actions: read
Expand Down
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,4 @@ require (
github.com/gorilla/websocket v1.5.1
)

require golang.org/x/net v0.23.0 // indirect
require golang.org/x/net v0.24.0 // indirect
2 changes: 2 additions & 0 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -4,3 +4,5 @@ github.com/gorilla/websocket v1.5.1 h1:gmztn0JnHVt9JZquRuzLw3g4wouNVzKL15iLr/zn/
github.com/gorilla/websocket v1.5.1/go.mod h1:x3kM2JMyaluk02fnUJpQuwD2dCS5NDG2ZHL0uE0tcaY=
golang.org/x/net v0.23.0 h1:7EYJ93RZ9vYSZAIb2x3lnuvqO5zneoD6IvWjuhfxjTs=
golang.org/x/net v0.23.0/go.mod h1:JKghWKKOSdJwpW2GEx0Ja7fmaKnMsbu+MWVZTokSYmg=
golang.org/x/net v0.24.0 h1:1PcaxkF854Fu3+lvBIx5SYn9wRlBzzcnHZSiaFFAb0w=
golang.org/x/net v0.24.0/go.mod h1:2Q7sJY5mzlzWjKtYUEXSlBWCdyaioyXzRB2RtU8KVE8=

0 comments on commit 950eb97

Please sign in to comment.