File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11language : go
22
33go :
4- - " 1.11.1 "
4+ - " 1.11.2 "
55 - " 1.10.3"
66
77go_import_path : github.com/letsencrypt/boulder
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.11.1 }:2018-10-18
5+ image : letsencrypt/boulder-tools-go${TRAVIS_GO_VERSION:-1.11.2 }:2018-11-19
66 environment :
77 FAKE_DNS : 127.0.0.1
88 PKCS11_PROXY_SOCKET : tcp://boulder-hsm:5657
@@ -51,7 +51,7 @@ services:
5151 working_dir : /go/src/github.com/letsencrypt/boulder
5252 bhsm :
5353 # To minimize fetching this should be the same version used above
54- image : letsencrypt/boulder-tools-go${TRAVIS_GO_VERSION:-1.11.1 }:2018-10-18
54+ image : letsencrypt/boulder-tools-go${TRAVIS_GO_VERSION:-1.11.2 }:2018-11-19
5555 environment :
5656 PKCS11_DAEMON_SOCKET : tcp://0.0.0.0:5657
5757 command : /usr/local/bin/pkcs11-daemon /usr/lib/softhsm/libsofthsm2.so
@@ -73,7 +73,7 @@ services:
7373 logging :
7474 driver : none
7575 netaccess :
76- image : letsencrypt/boulder-tools-go${TRAVIS_GO_VERSION:-1.11.1 }:2018-10-18
76+ image : letsencrypt/boulder-tools-go${TRAVIS_GO_VERSION:-1.11.2 }:2018-11-19
7777 networks :
7878 - bluenet
7979 volumes :
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.10.3" " 1.11.1 " )
7+ GO_VERSIONS=( " 1.10.3" " 1.11.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