Bump go version to 1.13.4 (#3450)

This commit is contained in:
Matt Robinson 2019-11-04 13:24:36 -05:00 committed by GitHub
parent 4d26d0a6a6
commit e8f9a182da
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 4 additions and 4 deletions

View File

@ -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

View File

@ -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