feat: use latest gVisor and go 1.22.3 (#13338)

This commit is contained in:
Spike Curtis
2024-05-23 16:22:44 +04:00
committed by GitHub
parent c67eba10d5
commit b43344b672
12 changed files with 40 additions and 59 deletions

2
coderd/apidoc/docs.go generated
View File

@ -14489,7 +14489,7 @@ const docTemplate = `{
"type": "string"
},
"host": {
"description": "host or host:port",
"description": "host or host:port (see Hostname and Port methods)",
"type": "string"
},
"omitHost": {

View File

@ -13205,7 +13205,7 @@
"type": "string"
},
"host": {
"description": "host or host:port",
"description": "host or host:port (see Hostname and Port methods)",
"type": "string"
},
"omitHost": {

View File

@ -11,8 +11,8 @@ import (
"time"
"github.com/briandowns/spinner"
"github.com/tailscale/wireguard-go/device"
"golang.org/x/xerrors"
"golang.zx2c4.com/wireguard/device"
"cdr.dev/slog"
"github.com/coder/coder/v2/cli/cliui"