diff --git a/CHANGELOG.md b/CHANGELOG.md
index fa99548623b30c26f18c480a191639096902dfd3..24546b684d6c370176ed27c356b47bee8e863c94 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,3 +1,10 @@
+# [1.3.0](https://gitlab.com/to-be-continuous/golang/compare/1.2.2...1.3.0) (2021-11-21)
+
+
+### Features
+
+* make lint job auto on feature branches ([88324d9](https://gitlab.com/to-be-continuous/golang/commit/88324d9d60a60abaf50a62dc4ce0e4b93e20d566))
+
 ## [1.2.2](https://gitlab.com/to-be-continuous/golang/compare/1.2.1...1.2.2) (2021-10-07)
 
 
diff --git a/README.md b/README.md
index 44182d5f2716a336d1be7e65845146358a417ab3..6bd2dd89352c6f03d64e0ebceb3b23d484db6b9a 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: '1.2.2'
+    ref: '1.3.0'
     file: '/templates/gitlab-ci-golang.yml'
 ```
 
diff --git a/templates/gitlab-ci-golang.yml b/templates/gitlab-ci-golang.yml
index 2121ec6603d57f64ef8183bf45f1f78ceb37ec2e..c4b8c1ecb48d13a158faa6158ea9d3ebb9d02532 100644
--- a/templates/gitlab-ci-golang.yml
+++ b/templates/gitlab-ci-golang.yml
@@ -239,7 +239,7 @@ stages:
     fi
   }
 
-  if [[ "$TEMPLATE_CHECK_UPDATE_DISABLED" != "true" ]]; then check_for_update golang "1.2.2"; fi
+  if [[ "$TEMPLATE_CHECK_UPDATE_DISABLED" != "true" ]]; then check_for_update golang "1.3.0"; fi
   unscope_variables
 
   # ENDSCRIPT
@@ -250,7 +250,7 @@ stages:
   image: $GO_IMAGE
   services:
     - name: "$CI_REGISTRY/to-be-continuous/tools/tracking:master"
-      command: ["--service", "golang", "1.2.2" ]
+      command: ["--service", "golang", "1.3.0" ]
   variables:
     # The directory where 'go install' will install a command.
     GOBIN: "$CI_PROJECT_DIR/bin"