Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit0a60290

Browse files
fix: downgrade coder v2.15.0 -> 2.14.2 (#91)
I don't totally understand why CI tests passed (as goreleaser did not),but upgrading our codersdk `v2.15.0` introduced `coderdtest` as adependency, 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 thisis safe. When `v2.15.0` gets patched we'll upgrade once again. Related:coder/coder#14633 Treating as hotfix & merging.
1 parentaa380e2 commit0a60290

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

‎go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ go 1.22.5
44

55
require (
66
cdr.dev/slogv1.6.2-0.20240126064726-20367d4aede6
7-
github.com/coder/coder/v2v2.15.0
7+
github.com/coder/coder/v2v2.14.2
88
github.com/docker/dockerv27.1.2+incompatible
99
github.com/docker/go-connectionsv0.5.0
1010
github.com/google/uuidv1.6.0

‎go.sum

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -141,6 +141,8 @@ github.com/chenzhuoyu/iasm v0.9.0 h1:9fhXjVzq5hUy2gkhhgHl95zG2cEAhw9OSGs8toWWAwo
141141
github.com/chenzhuoyu/iasmv0.9.0/go.mod h1:Xjy2NpN3h7aUqeqM+woSuuvxmIe6+DDsiNLIrkAmYog=
142142
github.com/cloudflare/circlv1.3.7 h1:qlCDlTPz2n9fu58M0Nh1J/JzcFpfgkFHHX3O35r5vcU=
143143
github.com/cloudflare/circlv1.3.7/go.mod h1:sRTcRWXGLrKw6yIGJ+l7amYJFfAXbZG0kBSc8r4zxgA=
144+
github.com/coder/coder/v2v2.14.2 h1:RNNDDwjNK5D1XMQlK7LWrS4niVclkl1FXoaOaW7N5rs=
145+
github.com/coder/coder/v2v2.14.2/go.mod h1:dO79BI5XlP8rrtne1JpRcVehe27bNMXdZKyn1NsWbjA=
144146
github.com/coder/coder/v2v2.15.0 h1:tlJHTwc2Mx9NMCM6i4rlAMpxlFmkhN1cBAFFV6L5WtM=
145147
github.com/coder/coder/v2v2.15.0/go.mod h1:3l5GBF/nx/aIUo20eKxLxazpFoTpyqgxbA4npjdg2JY=
146148
github.com/coder/prettyv0.0.0-20230908205945-e89ba86370e0 h1:3A0ES21Ke+FxEM8CXx9n47SZOKOpgSE1bbJzlE4qPVs=

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp