build: move GOLANGCI_VERSION to build.env

Signed-off-by: Niels de Vos <ndevos@redhat.com>
This commit is contained in:
Niels de Vos
2020-06-22 14:06:43 +02:00
committed by mergify[bot]
parent 33dc861f23
commit bc2ac1ccac
4 changed files with 10 additions and 5 deletions

View File

@ -12,3 +12,6 @@
# standard Golang options
GOLANG_VERSION=1.13.9
GO111MODULE=on
# static checks and linters
GOLANGCI_VERSION=v1.21.0