cleanup: define required Go version just once (#861)
See https://github.com/ooni/probe/issues/2217
This commit is contained in:
parent
6a0ae5c70b
commit
3cc2ce0b81
22 changed files with 169 additions and 57 deletions
2
mk
2
mk
|
|
@ -64,7 +64,7 @@ GOLANG_EXTRA_FLAGS =
|
|||
|
||||
#help:
|
||||
#help: * GOLANG_VERSION_NUMBER : the expected version number for golang.
|
||||
GOLANG_VERSION_NUMBER = 1.18.3
|
||||
GOLANG_VERSION_NUMBER = $(shell cat GOVERSION)
|
||||
|
||||
#help:
|
||||
#help: * MINGW_W64_VERSION : the expected mingw-w64 version.
|
||||
|
|
|
|||
Loading…
Reference in a new issue