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

chore(release): 4.3.0 [skip ci]

parent 3724df53
Loading
Loading
Loading
Loading
Loading
+7 −0
Original line number Diff line number Diff line
# [4.3.0](https://gitlab.com/to-be-continuous/golang/compare/4.2.0...4.3.0) (2023-05-27)


### Features

* **workflow:** extend (skip ci) feature ([3724df5](https://gitlab.com/to-be-continuous/golang/commit/3724df5332997eeb5b39887fe60c29a708917987))

# [4.2.0](https://gitlab.com/to-be-continuous/golang/compare/4.1.2...4.2.0) (2023-03-29)


+1 −1
Original line number Diff line number Diff line
@@ -9,7 +9,7 @@ In order to include this template in your project, add the following to your `gi
```yaml
include:
  - project: 'to-be-continuous/golang'
    ref: '4.2.0'
    ref: '4.3.0'
    file: '/templates/gitlab-ci-golang.yml'
```

+1 −1
Original line number Diff line number Diff line
@@ -359,7 +359,7 @@ stages:
  image: $GO_IMAGE
  services:
    - name: "$TBC_TRACKING_IMAGE"
      command: ["--service", "golang", "4.2.0" ]
      command: ["--service", "golang", "4.3.0" ]
  variables:
    # The directory where 'go install' will install a command.
    GOBIN: "$CI_PROJECT_DIR/$GO_PROJECT_DIR/bin"