From a9f4311f86a4ca0fe2ca857433333353e564a401 Mon Sep 17 00:00:00 2001 From: David Michael Date: Mon, 16 Apr 2018 13:21:21 -0400 Subject: [PATCH] build_library: Whitelist the new Go 1.10 GLSA This is the same story as the others: our images will fail the GLSA checks as long as we build old Go versions. However, this one will fail for any version less than 1.10.1 now. --- build_library/test_image_content.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/build_library/test_image_content.sh b/build_library/test_image_content.sh index 69fb83724e..a79b5703b2 100644 --- a/build_library/test_image_content.sh +++ b/build_library/test_image_content.sh @@ -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() {