Title here
Summary here
run go generate and export the generated files as artifacts
include:
- component: gitlab.com/release-process/golang/go-generate@0.1.0| Name | Description | Default |
|---|---|---|
| args | additional arguments to pass to the go generate command | ./... |
| dir | the directory to build | . |
| name | The name of the job application | golang:go-generate |
| output | the output file/folder | **/generated/ |
| stage | stage of the job | build |
| version | go version to use for building | 1.22 |
| Name | Description | Default |
|---|---|---|
| CGO_ENABLED | wether to use cgo or not | 0 |
| GOARCH | target architecture (empty means same as build platform) | "" |
| GOOS | target operating system (empty means same as build platform) | "" |
| OUTPUT | output pattern to export artifacts | $[[ inputs.output ]] |
${OUTPUT}Expires in: 1 week.