We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 685a252 commit 1bd0f76Copy full SHA for 1bd0f76
.github/workflows/ci.yml
@@ -87,7 +87,7 @@ jobs:
87
- name: Build binary
88
run: |
89
cd cmd/yc
90
- go build -ldflags="-s -w" -o yc
+ go build -buildvcs=false -ldflags="-s -w" -o yc
91
./yc --version || true
92
93
test:
0 commit comments