From 0d29547d36d2810d6846eb1bd2f1947d0b0aec7e Mon Sep 17 00:00:00 2001 From: Andrew Ayer Date: Mon, 13 Jun 2022 08:45:23 -0400 Subject: [PATCH] Update minimum Go version, install instructions --- README | 6 +++--- go.mod | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) 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