⚠ This page is served via a proxy. Original site: https://github.com
This service does not collect credentials or authentication data.
Skip to content

Conversation

@vithurshanselvarajah
Copy link

@vithurshanselvarajah vithurshanselvarajah commented Jan 21, 2026

Go >=1.17 uses module mode by default. On newer operating systems this breaks the current install process with error message -

go: module cache not found: neither GOMODCACHE nor GOPATH is set
&
GOCACHE is not defined and neither $XDG_CACHE_HOME nor $HOME are defined

The changes introduce new system variables (GO111MODULE, GOMODCACHE & GOCACHE) to allow the build to complete. The changes will also include these GO caches in its cleanup

Go >=1.17 uses module mode by default. The changes introduce new system variables (GO111MODULE, GOMODCACHE & GOCACHE) to allow the build to complete. The changes will also include these GO caches in its cleanup
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant