diff --git a/Makefile b/Makefile index 16e022039..65078576a 100644 --- a/Makefile +++ b/Makefile @@ -1,4 +1,4 @@ -GO_VERSION ?= 1.15.7 +GO_VERSION ?= 1.17 GOOS ?= linux GOARCH ?= amd64 GOPATH ?= $(shell go env GOPATH) @@ -307,7 +307,7 @@ multinode_%: multinode-console COMPONENTLIST := certificates identity inspector satellite storagenode storagenode-updater uplink versioncontrol multinode -OSARCHLIST := darwin_amd64 linux_amd64 linux_arm linux_arm64 windows_amd64 freebsd_amd64 +OSARCHLIST := linux_amd64 linux_arm linux_arm64 windows_amd64 freebsd_amd64 BINARIES := $(foreach C,$(COMPONENTLIST),$(foreach O,$(OSARCHLIST),$C_$O)) .PHONY: binaries binaries: ${BINARIES} ## Build certificates, identity, inspector, satellite, storagenode, uplink, versioncontrol and multinode binaries (jenkins)