github-cli

This commit is contained in:
Kamil ATLI
2025-03-22 14:47:35 +03:00
committed by GitHub
parent 6198c7ffd4
commit 4d19fad23d
+1 -1
View File
@@ -11,7 +11,7 @@ from pisi.actionsapi import get
def build():
shelltools.system("go build \
-trimpath \
-ldflags '-extldflags \"%s\" -X github.com/cli/cli/command.Version=v2.68.0 -X github.com/cli/cli/command.BuildDate=2025-02-25' \
-ldflags '-extldflags \"%s\" -X github.com/cli/cli/command.Version=v2.69.0 -X github.com/cli/cli/command.BuildDate=2025-03-22' \
-o 'bin/gh' ./cmd/gh" % get.LDFLAGS())
def install():