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

chore(release): 4.5.1 [skip ci]

parent 83aadd8b
No related branches found
No related tags found
No related merge requests found
## [4.5.1](https://gitlab.com/to-be-continuous/golang/compare/4.5.0...4.5.1) (2023-08-11)
### Bug Fixes
* **sbom:** manage separate GitLab cache to prevent permission denied error ([83aadd8](https://gitlab.com/to-be-continuous/golang/commit/83aadd8b8eb84ac0055847aa787a94f31a117ee9)), closes [#26](https://gitlab.com/to-be-continuous/golang/issues/26)
# [4.5.0](https://gitlab.com/to-be-continuous/golang/compare/4.4.0...4.5.0) (2023-08-07)
......
......@@ -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.5.0'
ref: '4.5.1'
file: '/templates/gitlab-ci-golang.yml'
```
......
......@@ -366,7 +366,7 @@ stages:
image: $GO_IMAGE
services:
- name: "$TBC_TRACKING_IMAGE"
command: ["--service", "golang", "4.5.0" ]
command: ["--service", "golang", "4.5.1" ]
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.
Please register or to comment