Skip to content
Snippets Groups Projects
Commit f130be92 authored by semantic-release-bot's avatar semantic-release-bot
Browse files
parent 2a359ba1
No related branches found
No related tags found
No related merge requests found
## [4.6.1](https://gitlab.com/to-be-continuous/golang/compare/4.6.0...4.6.1) (2023-10-16)
### Bug Fixes
* declare all TBC stages ([2a359ba](https://gitlab.com/to-be-continuous/golang/commit/2a359ba1c4c4558d94d4d6152e2c828f3e5a3789))
# [4.6.0](https://gitlab.com/to-be-continuous/golang/compare/4.5.1...4.6.0) (2023-10-11) # [4.6.0](https://gitlab.com/to-be-continuous/golang/compare/4.5.1...4.6.0) (2023-10-11)
......
...@@ -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.0' ref: '4.6.1'
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.0" ] command: ["--service", "golang", "4.6.1" ]
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