Merge PR #107: Update Build Pipeline with Go 1.12.9

This commit is contained in:
Alessio Treglia
2019-08-17 23:13:58 +02:00
committed by Alexander Bezobchuk
parent 5cad07140d
commit 2247203879
4 changed files with 7 additions and 7 deletions

View File

@@ -8,7 +8,7 @@
set -euo pipefail
GITIAN_CACHE_DIRNAME='.gitian-builder-cache'
GO_DEBIAN_RELEASE='1.12.7-1'
GO_DEBIAN_RELEASE='1.12.9-1'
GO_TARBALL="golang-debian-${GO_DEBIAN_RELEASE}.tar.gz"
GO_TARBALL_URL="https://salsa.debian.org/go-team/compiler/golang/-/archive/debian/${GO_DEBIAN_RELEASE}/${GO_TARBALL}"

View File

@@ -23,11 +23,11 @@ remotes:
- "url": "https://github.com/cosmos/gaia.git"
"dir": "gaia"
files:
- "golang-debian-1.12.7-1.tar.gz"
- "golang-debian-1.12.9-1.tar.gz"
script: |
set -e -o pipefail
GO_SRC_RELEASE=golang-debian-1.12.7-1
GO_SRC_RELEASE=golang-debian-1.12.9-1
GO_SRC_TARBALL="${GO_SRC_RELEASE}.tar.gz"
# Compile go and configure the environment
export TAR_OPTIONS="--mtime="$REFERENCE_DATE\\\ $REFERENCE_TIME""

View File

@@ -23,11 +23,11 @@ remotes:
- "url": "https://github.com/cosmos/gaia.git"
"dir": "gaia"
files:
- "golang-debian-1.12.7-1.tar.gz"
- "golang-debian-1.12.9-1.tar.gz"
script: |
set -e -o pipefail
GO_SRC_RELEASE=golang-debian-1.12.7-1
GO_SRC_RELEASE=golang-debian-1.12.9-1
GO_SRC_TARBALL="${GO_SRC_RELEASE}.tar.gz"
# Compile go and configure the environment
export TAR_OPTIONS="--mtime="$REFERENCE_DATE\\\ $REFERENCE_TIME""

View File

@@ -23,11 +23,11 @@ remotes:
- "url": "https://github.com/cosmos/gaia.git"
"dir": "gaia"
files:
- "golang-debian-1.12.7-1.tar.gz"
- "golang-debian-1.12.9-1.tar.gz"
script: |
set -e -o pipefail
GO_SRC_RELEASE=golang-debian-1.12.7-1
GO_SRC_RELEASE=golang-debian-1.12.9-1
GO_SRC_TARBALL="${GO_SRC_RELEASE}.tar.gz"
# Compile go and configure the environment
export TAR_OPTIONS="--mtime="$REFERENCE_DATE\\\ $REFERENCE_TIME""