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

chore(release): 4.0.1 [skip ci]

parent b8840d5e
Loading
Loading
Loading
Loading
+7 −0
Original line number Diff line number Diff line
## [4.0.1](https://gitlab.com/to-be-continuous/golang/compare/4.0.0...4.0.1) (2022-12-02)


### Bug Fixes

* go-build failing for library without main.go ([d33b1bc](https://gitlab.com/to-be-continuous/golang/commit/d33b1bcb76b52c00989c7e822e398d204ad33b83))

# [4.0.0](https://gitlab.com/to-be-continuous/golang/compare/3.2.1...4.0.0) (2022-10-04)


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

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