Skip to content

Commit

Permalink
fix minimum go requirements
Browse files Browse the repository at this point in the history
  • Loading branch information
jandelgado authored Jan 23, 2023
1 parent a9bca81 commit d2d2260
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -943,7 +943,7 @@ $ go install github.com/jandelgado/rabtap/cmd/rabtap@latest

### Build using Makefile and tests

To build rabtap from source, you need [go](https://golang.org/) (version >= 1.12)
To build rabtap from source, you need [go](https://golang.org/) (version >= 1.18)
and [golangci-lint](https://github.com/golangci/golangci-lint) installed.

```
Expand Down

0 comments on commit d2d2260

Please sign in to comment.