Commit b5e18f9f authored by semantic-release-bot's avatar semantic-release-bot
Browse files

chore(release): 1.2.2 [skip ci]

parent 7e596cd3
Loading
Loading
Loading
Loading
+7 −0
Original line number Diff line number Diff line
## [1.2.2](https://gitlab.com/to-be-continuous/golang/compare/1.2.1...1.2.2) (2021-10-07)


### Bug Fixes

* use master or main for production env ([758162a](https://gitlab.com/to-be-continuous/golang/commit/758162a50c91d21eda516f5c9930980b410ab7fe))

## [1.2.1](https://gitlab.com/to-be-continuous/golang/compare/1.2.0...1.2.1) (2021-09-03)

### Bug Fixes
+1 −1
Original line number Diff line number Diff line
@@ -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: '1.2.1'
    ref: '1.2.2'
    file: '/templates/gitlab-ci-golang.yml'
```

+2 −2
Original line number Diff line number Diff line
@@ -239,7 +239,7 @@ stages:
    fi
  }

  if [[ "$TEMPLATE_CHECK_UPDATE_DISABLED" != "true" ]]; then check_for_update golang "1.2.1"; fi
  if [[ "$TEMPLATE_CHECK_UPDATE_DISABLED" != "true" ]]; then check_for_update golang "1.2.2"; fi
  unscope_variables

  # ENDSCRIPT
@@ -250,7 +250,7 @@ stages:
  image: $GO_IMAGE
  services:
    - name: "$CI_REGISTRY/to-be-continuous/tools/tracking:master"
      command: ["--service", "golang", "1.2.1" ]
      command: ["--service", "golang", "1.2.2" ]
  variables:
    # The directory where 'go install' will install a command.
    GOBIN: "$CI_PROJECT_DIR/bin"