commit: 865c493801342d9ff0c43cb444de190427312540
Author: William Hubbs <williamh <AT> gentoo <DOT> org>
AuthorDate: Sat Mar 31 19:22:18 2018 +0000
Commit: William Hubbs <williamh <AT> gentoo <DOT> org>
CommitDate: Sat Mar 31 19:22:18 2018 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=865c4938
golang-base.eclass: bump dependency on go to 1.9
eclass/golang-base.eclass | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/eclass/golang-base.eclass b/eclass/golang-base.eclass
index 4abd348bb8d..3bff79c126a 100644
--- a/eclass/golang-base.eclass
+++ b/eclass/golang-base.eclass
@@ -22,7 +22,7 @@ if [[ -z ${_GOLANG_BASE} ]]; then
_GOLANG_BASE=1
-DEPEND=">=dev-lang/go-1.8"
+DEPEND=">=dev-lang/go-1.9"
# Do not complain about CFLAGS etc since go projects do not use them.
QA_FLAGS_IGNORED='.*'