diff --git a/CHANGELOG.md b/CHANGELOG.md
index 4f295ec436177dc15d6cd14e0afde64cc70b2cad..0e43976e253b9bfe88918a748aa765f3977f49e0 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 134411f20e3d9da6915902dda66c2ed16c5f7fd7..bbe96c8b9965f2cc20bb59e58c5e92eac5c80118 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 fedf6fbcc672374ea83e2488f77a3cdb01d7db16..2abcda5640b8bb6d8e2ff73ae16da7e25fb01729 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"