mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2025-10-29 23:42:03 +01:00
All these GO packages set a default GOMODCACHE that is inside $srcdir which is already removed by default_cleanup_srcdir. When GOMODCACHE is overwritten the current code would potentially clean the system wide modcache which is not wanted. So removing the code. Ref https://gitlab.alpinelinux.org/alpine/aports/-/merge_requests/8122#note_93185