File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 3131endif
3232
3333build-in-docker :
34- docker run --rm -v $(CURDIR ) :/firectl --workdir /firectl golang:1.12 make
34+ docker run --rm -v $(CURDIR ) :/firectl --workdir /firectl golang:1.14 make
3535
3636test :
3737 go test -v ./...
Original file line number Diff line number Diff line change @@ -13,8 +13,8 @@ Building
1313
1414The default Makefile rule executes ` go build ` and relies on the Go toolchain
1515installed on your computer.
16- _ We use [ go modules] ( https://github.com/golang/go/wiki/Modules ) , so you need to
17- build with Go 1.11 or newer._
16+ _ We use [ go modules] ( https://github.com/golang/go/wiki/Modules ) , and building
17+ requires Go 1.14 or newer._
1818
1919If you do not have a new-enough Go toolchain installed, you can use `make
2020build-in-docker`. This rule creates a temporary Docker container which builds
You can’t perform that action at this time.
0 commit comments