diff --git a/README b/README index e313a81..ebcb938 100644 --- a/README +++ b/README @@ -30,11 +30,11 @@ The easiest way to use Cert Spotter is to sign up for an account at . If you want to run Cert Spotter on your own server, follow these instructions. -Cert Spotter requires Go version 1.5 or higher. +Cert Spotter requires Go version 1.17 or higher. -1. Install Cert Spotter using go get: +1. Install Cert Spotter using the `go` command: - go get software.sslmate.com/src/certspotter/cmd/certspotter + go install software.sslmate.com/src/certspotter/cmd/certspotter@latest 2. Create a file called ~/.certspotter/watchlist listing the DNS names you want to monitor, one per line. To monitor an entire domain tree diff --git a/go.mod b/go.mod index b0d22ad..f56df2d 100644 --- a/go.mod +++ b/go.mod @@ -1,6 +1,6 @@ module software.sslmate.com/src/certspotter -go 1.18 +go 1.17 require ( golang.org/x/net v0.0.0-20220425223048-2871e0cb64e4 // indirect