File tree Expand file tree Collapse file tree 3 files changed +5
-5
lines changed
Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 11language : go
22
33go :
4- - " 1.13"
4+ - " 1.13.2 "
55
66go_import_path : github.com/letsencrypt/boulder
77
Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ version: '3'
22services :
33 boulder :
44 # To minimize fetching this should be the same version used below
5- image : letsencrypt/boulder-tools-go${TRAVIS_GO_VERSION:-1.13}:2019-10-04
5+ image : letsencrypt/boulder-tools-go${TRAVIS_GO_VERSION:-1.13.2 }:2019-10-17
66 environment :
77 FAKE_DNS : 10.77.77.77
88 PKCS11_PROXY_SOCKET : tcp://boulder-hsm:5657
@@ -55,7 +55,7 @@ services:
5555 working_dir : /go/src/github.com/letsencrypt/boulder
5656 bhsm :
5757 # To minimize fetching this should be the same version used above
58- image : letsencrypt/boulder-tools-go${TRAVIS_GO_VERSION:-1.13}:2019-10-04
58+ image : letsencrypt/boulder-tools-go${TRAVIS_GO_VERSION:-1.13.2 }:2019-10-17
5959 environment :
6060 PKCS11_DAEMON_SOCKET : tcp://0.0.0.0:5657
6161 command : /usr/local/bin/pkcs11-daemon /usr/lib/softhsm/libsofthsm2.so
@@ -77,7 +77,7 @@ services:
7777 logging :
7878 driver : none
7979 netaccess :
80- image : letsencrypt/boulder-tools-go${TRAVIS_GO_VERSION:-1.13}:2019-10-04
80+ image : letsencrypt/boulder-tools-go${TRAVIS_GO_VERSION:-1.13.2 }:2019-10-17
8181 environment :
8282 GO111MODULE : " on"
8383 GOFLAGS : " -mod=vendor"
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ cd $(dirname $0)
44
55DATESTAMP=$( date +%Y-%m-%d)
66BASE_TAG_NAME=" letsencrypt/boulder-tools"
7- GO_VERSIONS=( " 1.12.8 " " 1.13 " )
7+ GO_VERSIONS=( " 1.13.2 " )
88
99# Build a tagged image for each GO_VERSION
1010for GO_VERSION in " ${GO_VERSIONS[@]} "
You can’t perform that action at this time.
0 commit comments