diff --git a/README.md b/README.md
index f1a00d6a62327a5e8b3e4a195d7e0cb3ebc6eba4..c3e8d7bc3cb21a44bfd6dcaff25945b514009441 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: 'Orange-OpenSource/tbc/golang'
-    ref: '1.0.0'
+    ref: '1.1.0'
     file: '/templates/gitlab-ci-golang.yml'
 ```
 
diff --git a/templates/gitlab-ci-golang.yml b/templates/gitlab-ci-golang.yml
index 143bff65966c2c6804e265d5ab8aa990292920bd..685f8646e35bbd03b1af36f7ab5281a2f72a2128 100644
--- a/templates/gitlab-ci-golang.yml
+++ b/templates/gitlab-ci-golang.yml
@@ -239,7 +239,7 @@ stages:
     fi
   }
 
-  if [[ -z "$TEMPLATE_CHECK_UPDATE_DISABLED" ]]; then check_for_update golang "1.0.0"; fi
+  if [[ -z "$TEMPLATE_CHECK_UPDATE_DISABLED" ]]; then check_for_update golang "1.1.0"; fi
   unscope_variables
 
   # ENDSCRIPT
@@ -250,7 +250,7 @@ stages:
   image: $GO_IMAGE
   services:
     - name: "$CI_REGISTRY/orange-opensource/tbc/tools/tracking:master"
-      command: ["--service", "golang", "1.0.0" ]
+      command: ["--service", "golang", "1.1.0" ]
   variables:
     # The directory where 'go install' will install a command.
     GOBIN: "$CI_PROJECT_DIR/bin"