Skip to content
Snippets Groups Projects
Commit 27ccc945 authored by semantic-release-bot's avatar semantic-release-bot
Browse files
parent b8609252
No related branches found
Tags 2.0.1
No related merge requests found
## [2.0.1](https://gitlab.com/to-be-continuous/golang/compare/2.0.0...2.0.1) (2021-11-26)
### Bug Fixes
* sonar test report ([e0da931](https://gitlab.com/to-be-continuous/golang/commit/e0da93146900b1c2bb0270dbf5d24a195c7b9c9c))
# [2.0.0](https://gitlab.com/to-be-continuous/golang/compare/1.3.0...2.0.0) (2021-11-23)
......
......@@ -11,7 +11,7 @@ In order to include this template in your project, add the following to your `gi
```yaml
include:
- project: 'to-be-continuous/golang'
ref: '2.0.0'
ref: '2.0.1'
file: '/templates/gitlab-ci-golang.yml'
```
......
......@@ -268,7 +268,7 @@ stages:
fi
}
if [[ "$TEMPLATE_CHECK_UPDATE_DISABLED" != "true" ]]; then check_for_update golang "2.0.0"; fi
if [[ "$TEMPLATE_CHECK_UPDATE_DISABLED" != "true" ]]; then check_for_update golang "2.0.1"; fi
unscope_variables
# ENDSCRIPT
......@@ -279,7 +279,7 @@ stages:
image: $GO_IMAGE
services:
- name: "$CI_REGISTRY/to-be-continuous/tools/tracking:master"
command: ["--service", "golang", "2.0.0" ]
command: ["--service", "golang", "2.0.1" ]
variables:
# The directory where 'go install' will install a command.
GOBIN: "$CI_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