From c6c9b0485763e4e57b96d02d6da9393ac4c644e1 Mon Sep 17 00:00:00 2001
From: semantic-release-bot <semantic-release-bot@martynus.net>
Date: Fri, 8 Dec 2023 14:17:49 +0000
Subject: [PATCH] chore(release): 4.7.0 [skip ci]

# [4.7.0](https://gitlab.com/to-be-continuous/golang/compare/4.6.1...4.7.0) (2023-12-8)

### Features

* use centralized tracking image (gitlab.com) ([c8eda0d](https://gitlab.com/to-be-continuous/golang/commit/c8eda0dc8b49baaed171da70cef60715358f2ffe))
---
 CHANGELOG.md                   | 7 +++++++
 README.md                      | 2 +-
 templates/gitlab-ci-golang.yml | 2 +-
 3 files changed, 9 insertions(+), 2 deletions(-)

diff --git a/CHANGELOG.md b/CHANGELOG.md
index 4f295ec..0e43976 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,3 +1,10 @@
+# [4.7.0](https://gitlab.com/to-be-continuous/golang/compare/4.6.1...4.7.0) (2023-12-8)
+
+
+### Features
+
+* use centralized tracking image (gitlab.com) ([c8eda0d](https://gitlab.com/to-be-continuous/golang/commit/c8eda0dc8b49baaed171da70cef60715358f2ffe))
+
 ## [4.6.1](https://gitlab.com/to-be-continuous/golang/compare/4.6.0...4.6.1) (2023-10-16)
 
 
diff --git a/README.md b/README.md
index 134411f..bbe96c8 100644
--- a/README.md
+++ b/README.md
@@ -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.6.1'
+    ref: '4.7.0'
     file: '/templates/gitlab-ci-golang.yml'
 ```
 
diff --git a/templates/gitlab-ci-golang.yml b/templates/gitlab-ci-golang.yml
index fedf6fb..2abcda5 100644
--- a/templates/gitlab-ci-golang.yml
+++ b/templates/gitlab-ci-golang.yml
@@ -373,7 +373,7 @@ stages:
   image: $GO_IMAGE
   services:
     - name: "$TBC_TRACKING_IMAGE"
-      command: ["--service", "golang", "4.6.1" ]
+      command: ["--service", "golang", "4.7.0" ]
   variables:
     # The directory where 'go install' will install a command.
     GOBIN: "$CI_PROJECT_DIR/$GO_PROJECT_DIR/bin"
-- 
GitLab