diff --git a/CHANGELOG.md b/CHANGELOG.md
index b8c1b6cc0aaf5188716f798556545fccf2241524..398a2e8c48eb8284c5562894a1fe37e205d85b52 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,3 +1,10 @@
+## [4.0.1](https://gitlab.com/to-be-continuous/golang/compare/4.0.0...4.0.1) (2022-12-02)
+
+
+### Bug Fixes
+
+* go-build failing for library without main.go ([d33b1bc](https://gitlab.com/to-be-continuous/golang/commit/d33b1bcb76b52c00989c7e822e398d204ad33b83))
+
 # [4.0.0](https://gitlab.com/to-be-continuous/golang/compare/3.2.1...4.0.0) (2022-10-04)
 
 
diff --git a/README.md b/README.md
index 66204fb87e8530a0eb955d27de8e470637576382..f31e294ddcc5dcd422f648f06dfaae0a89a4cbfe 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: '4.0.0'
+    ref: '4.0.1'
     file: '/templates/gitlab-ci-golang.yml'
 ```
 
diff --git a/templates/gitlab-ci-golang.yml b/templates/gitlab-ci-golang.yml
index c3a46c2744a2606b890d1a3cbba2a0ed76b990ee..88de3bbf219e7f86dd58a1c245631687ef8e6f6b 100644
--- a/templates/gitlab-ci-golang.yml
+++ b/templates/gitlab-ci-golang.yml
@@ -327,7 +327,7 @@ stages:
   image: $GO_IMAGE
   services:
     - name: "$TBC_TRACKING_IMAGE"
-      command: ["--service", "golang", "4.0.0" ]
+      command: ["--service", "golang", "4.0.1" ]
   variables:
     # The directory where 'go install' will install a command.
     GOBIN: "$CI_PROJECT_DIR/$GO_PROJECT_DIR/bin"