diff --git a/README.md b/README.md
index 1a5455e4972399f59416e9039ba975ae4c43e5e4..b09bb79eb78a3ae95a02e2707e800b6ac87b63c9 100644
--- a/README.md
+++ b/README.md
@@ -13,7 +13,7 @@ make install
 
 2. After your changes have been merged to the `main` branch of `go-utils`, run the following command which will automatically create a new tag:
 ```
-bob release 
+bob release full
 ```
 and select project `bob-public-utils/bobgroup-go-utils`
 
diff --git a/go.mod b/go.mod
index ffb8b12c4e483a224ea3676d3a04029e456cfe0d..5a4c62654be9c4150966208b709b51206a78232d 100644
--- a/go.mod
+++ b/go.mod
@@ -1,6 +1,6 @@
 module gitlab.bob.co.za/bob-public-utils/bobgroup-go-utils
 
-go 1.18
+go 1.19
 
 require (
 	github.com/MindscapeHQ/raygun4go v1.1.1