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

chore(release): 4.1.1 [skip ci]

parent 798e2d51
Loading
Loading
Loading
Loading
Loading
+7 −0
Original line number Diff line number Diff line
## [4.1.1](https://gitlab.com/to-be-continuous/golang/compare/4.1.0...4.1.1) (2023-01-27)


### Bug Fixes

* "Add registry name in all Docker images" ([07f8445](https://gitlab.com/to-be-continuous/golang/commit/07f8445327e782f39d5f42625553a27d88b83480))

# [4.1.0](https://gitlab.com/to-be-continuous/golang/compare/4.0.2...4.1.0) (2022-12-15)


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

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