Two of golang recipes fails on do_fetch task with following error.
ERROR: github.com-hashicorp-golang-lru-0.5.4-r0 do_fetch: Fetcher failure: Unable to find revision 14eae340515388ca95aa8e7b86f0de668e981f54 in branch master even from upstream
ERROR: github.com-hashicorp-golang-lru-0.5.4-r0 do_fetch: Fetcher failure for URL: 'git://github.com/hashicorp/golang-lru;protocol=https'. Unable to fetch URL from any source.
ERROR: Logfile of failure stored in: /build/tmp/work/armv7vet2hf-neon-rte-linux-gnueabi/github.com-hashicorp-golang-lru/0.5.4-r0/temp/log.do_fetch.380183
This PR fixes them by using main branch instead of master. That changed lately in this projects.
Two of golang recipes fails on do_fetch task with following error.
This PR fixes them by using
main
branch instead ofmaster
. That changed lately in this projects.