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

chore(release): 1.3.0 [skip ci]

parent 4e9a4c44
No related branches found
Tags 1.3.0
No related merge requests found
# [1.3.0](https://gitlab.com/to-be-continuous/golang/compare/1.2.2...1.3.0) (2021-11-21)
### Features
* make lint job auto on feature branches ([88324d9](https://gitlab.com/to-be-continuous/golang/commit/88324d9d60a60abaf50a62dc4ce0e4b93e20d566))
## [1.2.2](https://gitlab.com/to-be-continuous/golang/compare/1.2.1...1.2.2) (2021-10-07) ## [1.2.2](https://gitlab.com/to-be-continuous/golang/compare/1.2.1...1.2.2) (2021-10-07)
......
...@@ -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: '1.2.2' ref: '1.3.0'
file: '/templates/gitlab-ci-golang.yml' file: '/templates/gitlab-ci-golang.yml'
``` ```
......
...@@ -239,7 +239,7 @@ stages: ...@@ -239,7 +239,7 @@ stages:
fi fi
} }
if [[ "$TEMPLATE_CHECK_UPDATE_DISABLED" != "true" ]]; then check_for_update golang "1.2.2"; fi if [[ "$TEMPLATE_CHECK_UPDATE_DISABLED" != "true" ]]; then check_for_update golang "1.3.0"; fi
unscope_variables unscope_variables
# ENDSCRIPT # ENDSCRIPT
...@@ -250,7 +250,7 @@ stages: ...@@ -250,7 +250,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", "1.2.2" ] command: ["--service", "golang", "1.3.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/bin" 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