Skip to content

Commit 4d4eb41

Browse files
💅 updates the doc with information about the installation when 1.18 (#21)
* Update installation information for Go 1.18 go get cannot used outside of a Go module in Go 1.18 without disabling modules * Update installation information for Go 1.18
1 parent 4d1f3d3 commit 4d4eb41

File tree

1 file changed

+11
-1
lines changed

1 file changed

+11
-1
lines changed

README.md

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,10 +26,20 @@ TODO:
2626

2727
### Installation
2828

29-
```
29+
Go less than 1.18:
30+
31+
32+
```sh
3033
$ go get github.com/houqp/sqlvet
3134
```
3235

36+
Go greater or equal 1.18:
37+
38+
39+
```sh
40+
$ go install github.com/houqp/sqlvet@latest
41+
```
42+
3343
### Zero conf
3444

3545
SqlVet should work out of the box for any Go project using go modules:

0 commit comments

Comments
 (0)