From 2eec3ce020d2c0a3e0183e9422d99171b3b0d7b1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?France=CC=81=20Wilke?= <francewilke@gmail.com> Date: Sat, 22 Oct 2022 16:42:00 +0200 Subject: [PATCH] Update to go version 1.19 --- README.md | 2 +- go.mod | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 1a5455e..b09bb79 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 ffb8b12..5a4c626 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 -- GitLab