Makefile: downgrade to go v1.15.7 (#4048)

This commit is contained in:
Stefan Benten 2021-02-26 17:34:57 +01:00 committed by GitHub
parent cf0c88c679
commit 3a533640ce
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,4 +1,4 @@
GO_VERSION ?= 1.16
GO_VERSION ?= 1.15.7
GOOS ?= linux
GOARCH ?= amd64
GOPATH ?= $(shell go env GOPATH)