You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I don't totally understand why CI tests passed (as goreleaser did not),
but upgrading our codersdk `v2.15.0` introduced `coderdtest` as a
dependency, when we want to avoid all the dependencies it requires, i.e.
tailscale & gvisor, and the go mod replace directives for them.
`codersdk` `v2.14.2` works fine against a `v2.15.0` deployment, so this
is safe. When `v2.15.0` gets patched we'll upgrade once again.
Related: coder/coder#14633
Treating as hotfix & merging.
0 commit comments