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

chore(release): 4.7.0 [skip ci]

parent f3b852a4
No related branches found
No related tags found
No related merge requests found
# [4.7.0](https://gitlab.com/to-be-continuous/golang/compare/4.6.1...4.7.0) (2023-12-8)
### Features
* use centralized tracking image (gitlab.com) ([c8eda0d](https://gitlab.com/to-be-continuous/golang/commit/c8eda0dc8b49baaed171da70cef60715358f2ffe))
## [4.6.1](https://gitlab.com/to-be-continuous/golang/compare/4.6.0...4.6.1) (2023-10-16) ## [4.6.1](https://gitlab.com/to-be-continuous/golang/compare/4.6.0...4.6.1) (2023-10-16)
......
...@@ -9,7 +9,7 @@ In order to include this template in your project, add the following to your `gi ...@@ -9,7 +9,7 @@ In order to include this template in your project, add the following to your `gi
```yaml ```yaml
include: include:
- project: 'to-be-continuous/golang' - project: 'to-be-continuous/golang'
ref: '4.6.1' ref: '4.7.0'
file: '/templates/gitlab-ci-golang.yml' file: '/templates/gitlab-ci-golang.yml'
``` ```
......
...@@ -373,7 +373,7 @@ stages: ...@@ -373,7 +373,7 @@ stages:
image: $GO_IMAGE image: $GO_IMAGE
services: services:
- name: "$TBC_TRACKING_IMAGE" - name: "$TBC_TRACKING_IMAGE"
command: ["--service", "golang", "4.6.1" ] command: ["--service", "golang", "4.7.0" ]
variables: variables:
# The directory where 'go install' will install a command. # The directory where 'go install' will install a command.
GOBIN: "$CI_PROJECT_DIR/$GO_PROJECT_DIR/bin" 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