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 ff52f62 commit a7ca5eaCopy full SHA for a7ca5ea
.github/workflows/release.yml
@@ -23,7 +23,7 @@ jobs:
23
v: true
24
x: false
25
race: false
26
- ldflags: "-X main.buildStamp=`date -u '+%Y-%m-%d_%I:%M:%S%p'` -X main.gitRevision=`git describe --tags || git rev-parse HEAD` -s -w"
+ ldflags: -X main.buildStamp=`date -u '+%Y-%m-%d_%I:%M:%S%p'` -X main.gitRevision=`git describe --tags || git rev-parse HEAD` -s -w
27
buildmode: plugin
28
trimpath: false
29
0 commit comments