classes: add go112.bbclass to fix build with go 1.12
[pti/rtp.git] / meta-oran / classes / go112.bbclass
1 #
2 # Copyright (C) 2019 Wind River Systems, Inc.
3 #
4
5 do_compile_prepend() {
6     unset GOCACHE
7 }