Merge pull request #807 from dm0-/glsa

build_library: Whitelist the new Go 1.10 GLSA
This commit is contained in:
David Michael 2018-04-16 14:09:08 -04:00 committed by GitHub
commit bca1b0caa9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -6,6 +6,7 @@ GLSA_WHITELIST=(
201412-09 # incompatible CA certificate version numbers
201710-23 # we handle Go differently; drop when 1.9 builds everything
201803-03 # same as above, drop when all Go < 1.9 packages are gone
201804-12 # same as above, except this requires only Go 1.10 or later
)
glsa_image() {