Skip to content

Commit

Permalink
Use GOWORK=off for update-plist-version (#52229)
Browse files Browse the repository at this point in the history
  • Loading branch information
espadolini authored Feb 17, 2025
1 parent ebd1259 commit 4d11e48
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion version.mk
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ PLIST_FILES := $(abspath $(TSH_APP_PLISTS))
# tsh-version sets CFBundleVersion and CFBundleShortVersionString in the tsh{,dev} Info.plist
.PHONY:tsh-version
tsh-version:
cd build.assets/tooling && go run ./cmd/update-plist-version $(VERSION) $(PLIST_FILES)
GOWORK=off CGO_ENABLED=0 go -C build.assets/tooling run ./cmd/update-plist-version $(VERSION) $(PLIST_FILES)

.PHONY:validate-semver
validate-semver:
Expand Down

0 comments on commit 4d11e48

Please sign in to comment.