good morning!!!!
Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
W
websocket
Manage
Activity
Members
Labels
Plan
Issues
0
Issue boards
Milestones
Iterations
Wiki
Requirements
Code
Merge requests
0
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Package Registry
Container Registry
Harbor Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
github
nhooyr
websocket
Commits
e4235bb8
Commit
e4235bb8
authored
1 week ago
by
Mathias Fredriksson
Browse files
Options
Downloads
Patches
Plain Diff
s/1.22/1.23
parent
fb3bc9ff
Branches
mafredri/build-update-to-go1.22
No related tags found
No related merge requests found
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
ci/fmt.sh
+1
-2
1 addition, 2 deletions
ci/fmt.sh
go.mod
+1
-1
1 addition, 1 deletion
go.mod
internal/examples/go.mod
+1
-1
1 addition, 1 deletion
internal/examples/go.mod
internal/thirdparty/go.mod
+1
-1
1 addition, 1 deletion
internal/thirdparty/go.mod
with
4 additions
and
5 deletions
ci/fmt.sh
+
1
−
2
View file @
e4235bb8
...
...
@@ -2,8 +2,7 @@
set
-eu
cd
--
"
$(
dirname
"
$0
"
)
/.."
# Pin golang.org/x/tools, the go.mod of v0.31.0 is incompatible with Go 1.22.
X_TOOLS_VERSION
=
v0.30.0
X_TOOLS_VERSION
=
v0.31.0
go mod tidy
(
cd
./internal/thirdparty
&&
go mod tidy
)
...
...
This diff is collapsed.
Click to expand it.
go.mod
+
1
−
1
View file @
e4235bb8
module
github.com/coder/websocket
go 1.2
2
go 1.2
3
This diff is collapsed.
Click to expand it.
internal/examples/go.mod
+
1
−
1
View file @
e4235bb8
module github.com/coder/websocket/examples
go 1.2
2
go 1.2
3
replace github.com/coder/websocket => ../..
...
...
This diff is collapsed.
Click to expand it.
internal/thirdparty/go.mod
+
1
−
1
View file @
e4235bb8
module github.com/coder/websocket/internal/thirdparty
go 1.2
2
go 1.2
3
replace github.com/coder/websocket => ../..
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment