Move to Go 1.13.2. (#4490)
This commit is contained in:
parent
2926074a29
commit
5ff750076c
|
|
@ -1,7 +1,7 @@
|
||||||
language: go
|
language: go
|
||||||
|
|
||||||
go:
|
go:
|
||||||
- "1.13"
|
- "1.13.2"
|
||||||
|
|
||||||
go_import_path: github.com/letsencrypt/boulder
|
go_import_path: github.com/letsencrypt/boulder
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -2,7 +2,7 @@ version: '3'
|
||||||
services:
|
services:
|
||||||
boulder:
|
boulder:
|
||||||
# To minimize fetching this should be the same version used below
|
# To minimize fetching this should be the same version used below
|
||||||
image: letsencrypt/boulder-tools-go${TRAVIS_GO_VERSION:-1.13}:2019-10-04
|
image: letsencrypt/boulder-tools-go${TRAVIS_GO_VERSION:-1.13.2}:2019-10-17
|
||||||
environment:
|
environment:
|
||||||
FAKE_DNS: 10.77.77.77
|
FAKE_DNS: 10.77.77.77
|
||||||
PKCS11_PROXY_SOCKET: tcp://boulder-hsm:5657
|
PKCS11_PROXY_SOCKET: tcp://boulder-hsm:5657
|
||||||
|
|
@ -55,7 +55,7 @@ services:
|
||||||
working_dir: /go/src/github.com/letsencrypt/boulder
|
working_dir: /go/src/github.com/letsencrypt/boulder
|
||||||
bhsm:
|
bhsm:
|
||||||
# To minimize fetching this should be the same version used above
|
# To minimize fetching this should be the same version used above
|
||||||
image: letsencrypt/boulder-tools-go${TRAVIS_GO_VERSION:-1.13}:2019-10-04
|
image: letsencrypt/boulder-tools-go${TRAVIS_GO_VERSION:-1.13.2}:2019-10-17
|
||||||
environment:
|
environment:
|
||||||
PKCS11_DAEMON_SOCKET: tcp://0.0.0.0:5657
|
PKCS11_DAEMON_SOCKET: tcp://0.0.0.0:5657
|
||||||
command: /usr/local/bin/pkcs11-daemon /usr/lib/softhsm/libsofthsm2.so
|
command: /usr/local/bin/pkcs11-daemon /usr/lib/softhsm/libsofthsm2.so
|
||||||
|
|
@ -77,7 +77,7 @@ services:
|
||||||
logging:
|
logging:
|
||||||
driver: none
|
driver: none
|
||||||
netaccess:
|
netaccess:
|
||||||
image: letsencrypt/boulder-tools-go${TRAVIS_GO_VERSION:-1.13}:2019-10-04
|
image: letsencrypt/boulder-tools-go${TRAVIS_GO_VERSION:-1.13.2}:2019-10-17
|
||||||
environment:
|
environment:
|
||||||
GO111MODULE: "on"
|
GO111MODULE: "on"
|
||||||
GOFLAGS: "-mod=vendor"
|
GOFLAGS: "-mod=vendor"
|
||||||
|
|
|
||||||
|
|
@ -4,7 +4,7 @@ cd $(dirname $0)
|
||||||
|
|
||||||
DATESTAMP=$(date +%Y-%m-%d)
|
DATESTAMP=$(date +%Y-%m-%d)
|
||||||
BASE_TAG_NAME="letsencrypt/boulder-tools"
|
BASE_TAG_NAME="letsencrypt/boulder-tools"
|
||||||
GO_VERSIONS=( "1.12.8" "1.13" )
|
GO_VERSIONS=( "1.13.2" )
|
||||||
|
|
||||||
# Build a tagged image for each GO_VERSION
|
# Build a tagged image for each GO_VERSION
|
||||||
for GO_VERSION in "${GO_VERSIONS[@]}"
|
for GO_VERSION in "${GO_VERSIONS[@]}"
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue