diff --git a/CHANGELOG.md b/CHANGELOG.md
index 4ea131ce1bf3361b547201fe09af470b73a3574d..f2b1d001aba338bb1fcee83fe583a4d148db74dd 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,3 +1,10 @@
+## [2.1.3](https://gitlab.com/to-be-continuous/golang/compare/2.1.2...2.1.3) (2022-02-25)
+
+
+### Bug Fixes
+
+* **artifacts:** always publish test artifacts ([8e0a1c0](https://gitlab.com/to-be-continuous/golang/commit/8e0a1c0b455525c7515aa4b632baa5426a48285d))
+
 ## [2.1.2](https://gitlab.com/to-be-continuous/golang/compare/2.1.1...2.1.2) (2022-01-07)
 
 
diff --git a/README.md b/README.md
index 3c56e832bd07f2c7a899cc8854f6283eef9e6c17..de9820a74586f5546f936026b4595256314e7a71 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.1.2'
+    ref: '2.1.3'
     file: '/templates/gitlab-ci-golang.yml'
 ```
 
diff --git a/templates/gitlab-ci-golang.yml b/templates/gitlab-ci-golang.yml
index 5c1f0fd296c721a35092ae82cde05fea7ddfd990..e014ea4086a59775a4bb530761461cc73493616b 100644
--- a/templates/gitlab-ci-golang.yml
+++ b/templates/gitlab-ci-golang.yml
@@ -271,7 +271,7 @@ stages:
     fi
   }
 
-  if [[ "$TEMPLATE_CHECK_UPDATE_DISABLED" != "true" ]]; then check_for_update golang "2.1.2"; fi
+  if [[ "$TEMPLATE_CHECK_UPDATE_DISABLED" != "true" ]]; then check_for_update golang "2.1.3"; fi
   unscope_variables
 
   # ENDSCRIPT
@@ -282,7 +282,7 @@ stages:
   image: $GO_IMAGE
   services:
     - name: "$CI_REGISTRY/to-be-continuous/tools/tracking:master"
-      command: ["--service", "golang", "2.1.2" ]
+      command: ["--service", "golang", "2.1.3" ]
   variables:
     # The directory where 'go install' will install a command.
     GOBIN: "$CI_PROJECT_DIR/$GO_PROJECT_DIR/bin"