CI/Dev: Add Go 1.10.3 to build matrix. (#3751)
This commit is contained in:
parent
813aa788e9
commit
b9dd06ad85
|
|
@ -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
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -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[@]}"
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue