We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f1c8e8b commit e310003Copy full SHA for e310003
.circleci/config.yml
@@ -98,7 +98,7 @@ commands:
98
- run:
99
name: Building << parameters.platform >>
100
command: >-
101
- VERSION="${CIRCLE_TAG:-ci-${CIRCLE_BUILD_NUM}}"
+ VERSION="${CIRCLE_TAG:-ci-${CIRCLE_BUILD_NUM}}";
102
GOOS=<< parameters.goos >>
103
GOARCH=<< parameters.goarch >>
104
go build -ldflags "-X main.version=${VERSION}"
0 commit comments