Merge pull request #6977 from cli/disable-update-checker

Disable gh update checker in our precompiled binaries
This commit is contained in:
Mislav Marohnić 2023-02-07 19:00:38 +01:00 committed by GitHub
commit 052f567e46
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -16,7 +16,6 @@ builds:
main: ./cmd/gh
ldflags:
- -s -w -X github.com/cli/cli/v2/internal/build.Version={{.Version}} -X github.com/cli/cli/v2/internal/build.Date={{time "2006-01-02"}}
- -X main.updaterEnabled=cli/cli
id: macos
goos: [darwin]
goarch: [amd64]