Bump go version to 1.13.4 (#3450)
This commit is contained in:
parent
4d26d0a6a6
commit
e8f9a182da
@ -1,4 +1,4 @@
|
||||
FROM golang:1.13.3
|
||||
FROM golang:1.13.4
|
||||
|
||||
# Postgres
|
||||
|
||||
@ -53,7 +53,7 @@ RUN export JAXB=${ANDROID_HOME}/tools/bin/jaxb_lib/activation.jar:${ANDROID_HOME
|
||||
&& sed -i '/^eval set -- $DEFAULT_JVM_OPTS.*/i CLASSPATH='$JAXB':$CLASSPATH' ${ANDROID_HOME}/tools/bin/avdmanager
|
||||
|
||||
ENV PATH ${PATH}:${ANDROID_HOME}/tools:${ANDROID_HOME}/tools/bin:${ANDROID_HOME}/platform-tools
|
||||
|
||||
|
||||
# accept all licenses
|
||||
RUN yes | sdkmanager --licenses
|
||||
RUN touch /root/.android/repositories.cfg
|
||||
|
4
Makefile
4
Makefile
@ -1,4 +1,4 @@
|
||||
GO_VERSION ?= 1.13.3
|
||||
GO_VERSION ?= 1.13.4
|
||||
GOOS ?= linux
|
||||
GOARCH ?= amd64
|
||||
GOPATH ?= $(shell go env GOPATH)
|
||||
@ -294,7 +294,7 @@ BINARIES := $(foreach C,$(COMPONENTLIST),$(foreach O,$(OSARCHLIST),$C_$O))
|
||||
binaries: ${BINARIES} ## Build certificates, gateway, identity, inspector, linksharing, satellite, storagenode, uplink, and versioncontrol binaries (jenkins)
|
||||
|
||||
.PHONY: sign-windows-installer
|
||||
sign-windows-installer:
|
||||
sign-windows-installer:
|
||||
storj-sign release/${TAG}/storagenode_windows_amd64.msi
|
||||
|
||||
.PHONY: libuplink
|
||||
|
Loading…
Reference in New Issue
Block a user