Skip to content

Commit

Permalink
CI/Dev: Remove Go 1.10.2. (letsencrypt#3761)
Browse files Browse the repository at this point in the history
We've migrated the production/staging Boulder instances to builds using
Go 1.10.3 and can now remove the Go 1.10.2 builds from the travis matrix
and the `tag_and_upload.sh` Boulder tools script.
  • Loading branch information
cpu authored Jun 14, 2018
1 parent 2142544 commit fa9a79b
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
language: go

go:
- "1.10.2"
- "1.10.3"

go_import_path: github.com/letsencrypt/boulder
Expand Down
2 changes: 1 addition & 1 deletion test/boulder-tools/tag_and_upload.sh
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ cd $(dirname $0)

DATESTAMP=$(date +%Y-%m-%d)
BASE_TAG_NAME="letsencrypt/boulder-tools"
GO_VERSIONS=( "1.10.2" "1.10.3" )
GO_VERSIONS=( "1.10.3" )

# Build a tagged image for each GO_VERSION
for GO_VERSION in "${GO_VERSIONS[@]}"
Expand Down

0 comments on commit fa9a79b

Please sign in to comment.