CI/Dev: Add Go 1.10.3 to build matrix. (#3751)

This commit is contained in:
Daniel McCarney 2018-06-11 18:55:26 -04:00 committed by Jacob Hoffman-Andrews
parent 813aa788e9
commit b9dd06ad85
2 changed files with 2 additions and 1 deletions

View File

@ -2,6 +2,7 @@ language: go
go: go:
- "1.10.2" - "1.10.2"
- "1.10.3"
go_import_path: github.com/letsencrypt/boulder go_import_path: github.com/letsencrypt/boulder

View File

@ -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.10.2" ) GO_VERSIONS=( "1.10.2" "1.10.3" )
# 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[@]}"