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

chore(release): 4.6.0 [skip ci]

parent df677710
No related branches found
No related tags found
No related merge requests found
Pipeline #112739 skipped
# [4.6.0](https://gitlab.com/to-be-continuous/golang/compare/4.5.1...4.6.0) (2023-10-11)
### Features
* add `GO_COBERTURA_FLAGS` env var for `gocover-cobertura` ([d929e79](https://gitlab.com/to-be-continuous/golang/commit/d929e79b221c7298387f764e94de1531b8be7c65))
## [4.5.1](https://gitlab.com/to-be-continuous/golang/compare/4.5.0...4.5.1) (2023-08-11)
......
......@@ -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.1'
ref: '4.6.0'
file: '/templates/gitlab-ci-golang.yml'
```
......
......@@ -366,7 +366,7 @@ stages:
image: $GO_IMAGE
services:
- name: "$TBC_TRACKING_IMAGE"
command: ["--service", "golang", "4.5.1" ]
command: ["--service", "golang", "4.6.0" ]
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