Skip to content

Commit

Permalink
updated to go 1.19 (ortuman#250)
Browse files Browse the repository at this point in the history
Signed-off-by: Miguel Ángel Ortuño <ortuman@gmail.com>
ortuman authored Sep 13, 2022
1 parent c95e42f commit 1ab7b13
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -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
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
@@ -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

0 comments on commit 1ab7b13

Please sign in to comment.