File tree Expand file tree Collapse file tree 3 files changed +4
-3
lines changed
Expand file tree Collapse file tree 3 files changed +4
-3
lines changed Original file line number Diff line number Diff line change @@ -4,6 +4,7 @@ os: linux
44
55go :
66 - " 1.15.5"
7+ - " 1.15.7"
78
89go_import_path : github.com/letsencrypt/boulder
910
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.15.5}:2020-11-20
5+ image : letsencrypt/boulder-tools-go${TRAVIS_GO_VERSION:-1.15.7}:2021-01-19
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.15.5}:2020-11-20
79+ image : letsencrypt/boulder-tools-go${TRAVIS_GO_VERSION:-1.15.7}:2021-01-19
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.5" )
7+ GO_VERSIONS=( " 1.15.5" " 1.15.7 " )
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