Skip to content
Snippets Groups Projects
Commit 63c8475f authored by semantic-release-bot's avatar semantic-release-bot
Browse files

chore(release): 4.1.2 [skip ci]

parent 58f0ed64
No related merge requests found
Pipeline #101392 skipped
## [4.1.2](https://gitlab.com/to-be-continuous/golang/compare/4.1.1...4.1.2) (2023-03-28)
### Bug Fixes
* **sbom:** add CycloneDX report ([58f0ed6](https://gitlab.com/to-be-continuous/golang/commit/58f0ed64ac850dacbd45a24acca50b6d74e63318))
## [4.1.1](https://gitlab.com/to-be-continuous/golang/compare/4.1.0...4.1.1) (2023-01-27)
......
......@@ -9,7 +9,7 @@ In order to include this template in your project, add the following to your `gi
```yaml
include:
- project: 'to-be-continuous/golang'
ref: '4.1.1'
ref: '4.1.2'
file: '/templates/gitlab-ci-golang.yml'
```
......
......@@ -332,7 +332,7 @@ stages:
image: $GO_IMAGE
services:
- name: "$TBC_TRACKING_IMAGE"
command: ["--service", "golang", "4.1.1" ]
command: ["--service", "golang", "4.1.2" ]
variables:
# The directory where 'go install' will install a command.
GOBIN: "$CI_PROJECT_DIR/$GO_PROJECT_DIR/bin"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment