Skip to content
Snippets Groups Projects
Commit 87a584a5 authored by semantic-release-bot's avatar semantic-release-bot
Browse files

chore(release): 4.5.0 [skip ci]

parent ad274b7a
No related branches found
No related tags found
No related merge requests found
Pipeline #101390 skipped
# [4.5.0](https://gitlab.com/to-be-continuous/golang/compare/4.4.0...4.5.0) (2023-08-07)
### Features
* switch to current Debian stable flavor image ([8473607](https://gitlab.com/to-be-continuous/golang/commit/847360702da5c3f88e256291b86bd0879db170d3))
# [4.4.0](https://gitlab.com/to-be-continuous/golang/compare/4.3.0...4.4.0) (2023-06-27)
......
......@@ -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.4.0'
ref: '4.5.0'
file: '/templates/gitlab-ci-golang.yml'
```
......
......@@ -366,7 +366,7 @@ stages:
image: $GO_IMAGE
services:
- name: "$TBC_TRACKING_IMAGE"
command: ["--service", "golang", "4.4.0" ]
command: ["--service", "golang", "4.5.0" ]
variables:
# The directory where 'go install' will install a command.
GOBIN: "$CI_PROJECT_DIR/$GO_PROJECT_DIR/bin"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment