Skip to content

Commit

Permalink
Update minimum viable Go version for building
Browse files Browse the repository at this point in the history
  • Loading branch information
echlebek authored Feb 9, 2022
1 parent 04e1e5c commit e6d6673
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 @@ -45,7 +45,7 @@ to get started with one of Sensu's [supported packages](https://docs.sensu.io/se
### Building from source

The various components of Sensu Go can be manually built from this repository.
You will first need [Go >= 1.13](https://golang.org/doc/install#install)
You will first need [Go >= 1.16](https://golang.org/doc/install#install)
installed. Then, you should clone this repository **outside** of the GOPATH
since Sensu Go uses [Go Modules](https://github.com/golang/go/wiki/Modules):
```
Expand Down

0 comments on commit e6d6673

Please sign in to comment.