diff --git a/agent/agentscripts/agentscripts.go b/agent/agentscripts/agentscripts.go index 198bb79360118..f6052d605432e 100644 --- a/agent/agentscripts/agentscripts.go +++ b/agent/agentscripts/agentscripts.go @@ -135,8 +135,8 @@ func (r *Runner) StartCron() { // So if we are closed, we just return, and skip the Run() entirely. select { case <-r.cronCtx.Done(): - // The cronCtx is cancelled before cron.Close() happens. So if the ctx is - // cancelled, then Close() will be called, or it is about to be called. + // The cronCtx is canceled before cron.Close() happens. So if the ctx is + // canceled, then Close() will be called, or it is about to be called. // So do nothing! default: r.cron.Run() diff --git a/coderd/database/dbauthz/setup_test.go b/coderd/database/dbauthz/setup_test.go index 3c54d8be4e345..403d23d508213 100644 --- a/coderd/database/dbauthz/setup_test.go +++ b/coderd/database/dbauthz/setup_test.go @@ -28,7 +28,7 @@ import ( "github.com/coder/coder/v2/coderd/util/slice" ) -var errMatchAny = errors.New("match any error") +var errMatchAny = xerrors.New("match any error") var skipMethods = map[string]string{ "InTx": "Not relevant", diff --git a/helm/provisioner/charts/libcoder-0.1.0.tgz b/helm/provisioner/charts/libcoder-0.1.0.tgz index 27cf26506a5ec..d04a06b78e2c5 100644 Binary files a/helm/provisioner/charts/libcoder-0.1.0.tgz and b/helm/provisioner/charts/libcoder-0.1.0.tgz differ