diff --git a/CHANGELOG.md b/CHANGELOG.md
index 116239c79e2b468bca6e510ad28097568d3d9830..cffdfac4eed2a1fb84901a7178faaf4b7e86321c 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,3 +1,10 @@
+## [2.0.1](https://gitlab.com/to-be-continuous/golang/compare/2.0.0...2.0.1) (2021-11-26)
+
+
+### Bug Fixes
+
+* sonar test report ([e0da931](https://gitlab.com/to-be-continuous/golang/commit/e0da93146900b1c2bb0270dbf5d24a195c7b9c9c))
+
 # [2.0.0](https://gitlab.com/to-be-continuous/golang/compare/1.3.0...2.0.0) (2021-11-23)
 
 
diff --git a/README.md b/README.md
index cbce966cc0bcb6b0261fd6b29adf6c5d3aaa1031..d67f6292408e67c103da6e439a3076ec36964a14 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: '2.0.0'
+    ref: '2.0.1'
     file: '/templates/gitlab-ci-golang.yml'
 ```
 
diff --git a/templates/gitlab-ci-golang.yml b/templates/gitlab-ci-golang.yml
index 07038872ebd80fc47e2c51253eabdeba8f2fae12..a5f15c7f2d4cb32c04a106221654922056387459 100644
--- a/templates/gitlab-ci-golang.yml
+++ b/templates/gitlab-ci-golang.yml
@@ -268,7 +268,7 @@ stages:
     fi
   }
 
-  if [[ "$TEMPLATE_CHECK_UPDATE_DISABLED" != "true" ]]; then check_for_update golang "2.0.0"; fi
+  if [[ "$TEMPLATE_CHECK_UPDATE_DISABLED" != "true" ]]; then check_for_update golang "2.0.1"; fi
   unscope_variables
 
   # ENDSCRIPT
@@ -279,7 +279,7 @@ stages:
   image: $GO_IMAGE
   services:
     - name: "$CI_REGISTRY/to-be-continuous/tools/tracking:master"
-      command: ["--service", "golang", "2.0.0" ]
+      command: ["--service", "golang", "2.0.1" ]
   variables:
     # The directory where 'go install' will install a command.
     GOBIN: "$CI_PROJECT_DIR/bin"