Stored securely in the GitLab server
Injected into jobs at runtime
Available in project-, group- and instance-level
AUTHOR
and set to a value of your choiceUpdate build command:
go build \
-ldflags "-X main.Version=${CI_COMMIT_REF_NAME} -X 'main.Author=${AUTHOR}'" \
-o hello \
.