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

chore(release): 4.4.0 [skip ci]

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


### Features

* reuse $GO_BUILD_MODE for Sbom ([4d90e5c](https://gitlab.com/to-be-continuous/golang/commit/4d90e5cd834e0fdb59bf336c297df2643120358a))

# [4.3.0](https://gitlab.com/to-be-continuous/golang/compare/4.2.0...4.3.0) (2023-05-27)


+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.3.0'
    ref: '4.4.0'
    file: '/templates/gitlab-ci-golang.yml'
```

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