chore: ensure correct version of golangci-lint is run in ci (#13869)

This commit is contained in:
Colin Adler
2024-07-10 14:50:38 -05:00
committed by GitHub
parent 90a6025e18
commit a6d66cc7ec
3 changed files with 3 additions and 4 deletions

View File

@ -350,7 +350,7 @@ func (api *API) postWorkspaceProxy(rw http.ResponseWriter, r *http.Request) {
Name: req.Name,
DisplayName: req.DisplayName,
Icon: req.Icon,
TokenHashedSecret: hashedSecret[:],
TokenHashedSecret: hashedSecret,
// Enabled by default, but will be disabled on register if the proxy has
// it disabled.
DerpEnabled: true,