Skip to content

Commit 0be4866

Browse files
committed
fix(apply): remove unused import breaking Linux CI release.
codex_install_other.go is only built on non-Windows runners; the stray strings import failed go test during release-switcher for v0.1.42.
1 parent 1485bc7 commit 0be4866

2 files changed

Lines changed: 1 addition & 2 deletions

File tree

core/internal/apply/codex_install_other.go

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@ package apply
55
import (
66
"os"
77
"path/filepath"
8-
"strings"
98
)
109

1110
func addWindowsCodexSearchDirs(add func(string)) {}

core/internal/buildinfo/buildinfo.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ import "strings"
44

55
// Set at link time via -ldflags (see .goreleaser.yaml).
66
var (
7-
Version = "dev0.1.48"
7+
Version = "dev0.1.49"
88
Commit = "none"
99
Date = "unknown"
1010
)

0 commit comments

Comments
 (0)