diff --git a/CHANGELOG.md b/CHANGELOG.md
index b3f5eade93e7b44171c6499bf3d1317e37139782..c62fa31ecd1efc1b90ea6aec4aac0aafb13b2446 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,3 +1,10 @@
+# [3.2.0](https://gitlab.com/to-be-continuous/golang/compare/3.1.0...3.2.0) (2022-08-12)
+
+
+### Features
+
+* **build:** add variable for go linker flags ([62c3e54](https://gitlab.com/to-be-continuous/golang/commit/62c3e54655e23bf447027d266f0845f2247c7a8f))
+
 # [3.1.0](https://gitlab.com/to-be-continuous/golang/compare/3.0.0...3.1.0) (2022-08-09)
 
 
diff --git a/README.md b/README.md
index 2c09656d664d20db790f823bfe39382c85e9231a..4408fe84936162323edde2919ed4f381747f724c 100644
--- a/README.md
+++ b/README.md
@@ -11,7 +11,7 @@ In order to include this template in your project, add the following to your `gi
 ```yaml
 include:
   - project: 'to-be-continuous/golang'
-    ref: '3.1.0'
+    ref: '3.2.0'
     file: '/templates/gitlab-ci-golang.yml'
 ```
 
diff --git a/templates/gitlab-ci-golang.yml b/templates/gitlab-ci-golang.yml
index 7e13168dd1c0be71f8cc3d8b1ab6199a01e9f7f5..e31142e791420f926c3a95787173d6bea75886f8 100644
--- a/templates/gitlab-ci-golang.yml
+++ b/templates/gitlab-ci-golang.yml
@@ -290,7 +290,7 @@ stages:
   image: $GO_IMAGE
   services:
     - name: "$TBC_TRACKING_IMAGE"
-      command: ["--service", "golang", "3.1.0" ]
+      command: ["--service", "golang", "3.2.0" ]
   variables:
     # The directory where 'go install' will install a command.
     GOBIN: "$CI_PROJECT_DIR/$GO_PROJECT_DIR/bin"