File tree Expand file tree Collapse file tree 3 files changed +3
-4
lines changed
Expand file tree Collapse file tree 3 files changed +3
-4
lines changed Original file line number Diff line number Diff line change @@ -4,7 +4,6 @@ os: linux
44
55go :
66 - " 1.15"
7- - " 1.14.5"
87
98go_import_path : github.com/letsencrypt/boulder
109
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.14.5 }:2020-08-12
5+ image : letsencrypt/boulder-tools-go${TRAVIS_GO_VERSION:-1.15 }:2020-08-12
66 environment :
77 - FAKE_DNS=10.77.77.77
88 - BOULDER_CONFIG_DIR=test/config
@@ -76,7 +76,7 @@ services:
7676 logging :
7777 driver : none
7878 netaccess :
79- image : letsencrypt/boulder-tools-go${TRAVIS_GO_VERSION:-1.14.5 }:2020-08-12
79+ image : letsencrypt/boulder-tools-go${TRAVIS_GO_VERSION:-1.15 }:2020-08-12
8080 environment :
8181 GO111MODULE : " on"
8282 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.15" " 1.14.5 " )
7+ GO_VERSIONS=( " 1.15" )
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