From 1ab7b132bc59452fc0dc0df45e59623cdb806bcc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Miguel=20=C3=81ngel=20Ortu=C3=B1o?= Date: Tue, 13 Sep 2022 11:46:41 +0200 Subject: [PATCH] updated to go 1.19 (#250) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Miguel Ángel Ortuño --- README.md | 2 +- go.mod | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 7975c386f..ab4b12f40 100644 --- a/README.md +++ b/README.md @@ -37,7 +37,7 @@ jackal supports the following features: ### Getting Started -To start using jackal, install Go 1.18+ and run the following commands: +To start using jackal, install Go 1.19+ and run the following commands: ```bash $ git clone git@github.com:ortuman/jackal.git diff --git a/go.mod b/go.mod index 1363d1b55..3446b8149 100644 --- a/go.mod +++ b/go.mod @@ -1,6 +1,6 @@ module github.com/ortuman/jackal -go 1.18 +go 1.19 require ( github.com/DATA-DOG/go-sqlmock v1.5.0