Skip to content

Commit

Permalink
golang-base.eclass: bump dependency on go to 1.9
Browse files Browse the repository at this point in the history
  • Loading branch information
williamh committed Mar 31, 2018
1 parent 125385f commit 865c493
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion eclass/golang-base.eclass
Original file line number Diff line number Diff line change
Expand Up @@ -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='.*'
Expand Down

0 comments on commit 865c493

Please sign in to comment.