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 acebf5e commit 3e0ab99Copy full SHA for 3e0ab99
.github/workflows/release.yaml
@@ -28,4 +28,4 @@ jobs:
28
goarch: ${{ matrix.goarch }}
29
goversion: "1.19"
30
project_path: "."
31
- ldflags: -X "flow.semver=$(VERSION)" -X "flow.boo=\"boo\""
+ ldflags: -X "flow.semver=$(VERSION)" -X "flow.boo=123"
0 commit comments