Commit bddb3c1a authored by semantic-release-bot's avatar semantic-release-bot
Browse files
parent 8826fc7c
Loading
Loading
Loading
Loading
Loading
+7 −0
Original line number Diff line number Diff line
# [4.2.0](https://gitlab.com/to-be-continuous/golang/compare/4.1.2...4.2.0) (2023-03-29)


### Features

* add govulncheck ([bc4a87d](https://gitlab.com/to-be-continuous/golang/commit/bc4a87d65f1ebadd3febbd9f47774be98945a1ff))

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


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

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