Skip to content

Commit e310003

Browse files
nicob87grs
authored andcommitted
adding semicolon, so version is evaluated correctly in the same line
1 parent f1c8e8b commit e310003

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.circleci/config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@ commands:
9898
- run:
9999
name: Building << parameters.platform >>
100100
command: >-
101-
VERSION="${CIRCLE_TAG:-ci-${CIRCLE_BUILD_NUM}}"
101+
VERSION="${CIRCLE_TAG:-ci-${CIRCLE_BUILD_NUM}}";
102102
GOOS=<< parameters.goos >>
103103
GOARCH=<< parameters.goarch >>
104104
go build -ldflags "-X main.version=${VERSION}"

0 commit comments

Comments
 (0)