@@ -29,7 +29,7 @@ builds:
29
29
-id :coder-slim
30
30
dir :cmd/coder
31
31
ldflags :
32
- ["-s -w -X github.com/coder/coder/cli/ buildinfo.tag={{ .Version }}"]
32
+ ["-s -w -X github.com/coder/coder/buildinfo.tag={{ .Version }}"]
33
33
env :[CGO_ENABLED=0]
34
34
goos :[darwin, linux, windows]
35
35
goarch :[amd64]
@@ -42,7 +42,7 @@ builds:
42
42
dir :cmd/coder
43
43
flags :[-tags=embed]
44
44
ldflags :
45
- ["-s -w -X github.com/coder/coder/cli/ buildinfo.tag={{ .Version }}"]
45
+ ["-s -w -X github.com/coder/coder/buildinfo.tag={{ .Version }}"]
46
46
env :[CGO_ENABLED=0]
47
47
goos :[linux]
48
48
goarch :[amd64, arm64]
@@ -51,7 +51,7 @@ builds:
51
51
dir :cmd/coder
52
52
flags :[-tags=embed]
53
53
ldflags :
54
- ["-s -w -X github.com/coder/coder/cli/ buildinfo.tag={{ .Version }}"]
54
+ ["-s -w -X github.com/coder/coder/buildinfo.tag={{ .Version }}"]
55
55
env :[CGO_ENABLED=0]
56
56
goos :[windows]
57
57
goarch :[amd64, arm64]
@@ -60,7 +60,7 @@ builds:
60
60
dir :cmd/coder
61
61
flags :[-tags=embed]
62
62
ldflags :
63
- ["-s -w -X github.com/coder/coder/cli/ buildinfo.tag={{ .Version }}"]
63
+ ["-s -w -X github.com/coder/coder/buildinfo.tag={{ .Version }}"]
64
64
env :[CGO_ENABLED=0]
65
65
goos :[darwin]
66
66
goarch :[amd64, arm64]