diff --git a/Makefile b/Makefile index 85e16bc..bb4db5c 100644 --- a/Makefile +++ b/Makefile @@ -31,7 +31,7 @@ else endif build-in-docker: - docker run --rm -v $(CURDIR):/firectl --workdir /firectl golang:1.12 make + docker run --rm -v $(CURDIR):/firectl --workdir /firectl golang:1.14 make test: go test -v ./... diff --git a/README.md b/README.md index 4e9e323..a0097b8 100644 --- a/README.md +++ b/README.md @@ -13,8 +13,8 @@ Building The default Makefile rule executes `go build` and relies on the Go toolchain installed on your computer. -_We use [go modules](https://github.com/golang/go/wiki/Modules), so you need to -build with Go 1.11 or newer._ +_We use [go modules](https://github.com/golang/go/wiki/Modules), and building +requires Go 1.14 or newer._ If you do not have a new-enough Go toolchain installed, you can use `make build-in-docker`. This rule creates a temporary Docker container which builds