Skip to content
Snippets Groups Projects
Commit d88ac115 authored by semantic-release-bot's avatar semantic-release-bot
Browse files
parent a1376b7f
No related branches found
No related tags found
No related merge requests found
# [2.1.0](https://gitlab.com/to-be-continuous/golang/compare/2.0.3...2.1.0) (2021-11-29)
### Features
* Add GO_PROJECT_DIR variable ([ce66c08](https://gitlab.com/to-be-continuous/golang/commit/ce66c088f281363fa12989ab8a6a8563d00c3196))
## [2.0.3](https://gitlab.com/to-be-continuous/golang/compare/2.0.2...2.0.3) (2021-11-27) ## [2.0.3](https://gitlab.com/to-be-continuous/golang/compare/2.0.2...2.0.3) (2021-11-27)
......
...@@ -11,7 +11,7 @@ In order to include this template in your project, add the following to your `gi ...@@ -11,7 +11,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: '2.0.3' ref: '2.1.0'
file: '/templates/gitlab-ci-golang.yml' file: '/templates/gitlab-ci-golang.yml'
``` ```
......
...@@ -271,7 +271,7 @@ stages: ...@@ -271,7 +271,7 @@ stages:
fi fi
} }
if [[ "$TEMPLATE_CHECK_UPDATE_DISABLED" != "true" ]]; then check_for_update golang "2.0.3"; fi if [[ "$TEMPLATE_CHECK_UPDATE_DISABLED" != "true" ]]; then check_for_update golang "2.1.0"; fi
unscope_variables unscope_variables
# ENDSCRIPT # ENDSCRIPT
...@@ -282,7 +282,7 @@ stages: ...@@ -282,7 +282,7 @@ stages:
image: $GO_IMAGE image: $GO_IMAGE
services: services:
- name: "$CI_REGISTRY/to-be-continuous/tools/tracking:master" - name: "$CI_REGISTRY/to-be-continuous/tools/tracking:master"
command: ["--service", "golang", "2.0.3" ] command: ["--service", "golang", "2.1.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.
Finish editing this message first!
Please register or to comment