Skip to content
Snippets Groups Projects
R

restic

Project ID: 62
user avatar
Alexander Neumann authored
Before, build.go only unset GO111MODULE and GOPATH, so the Go compiler
did not see either and worked in Module mode. But if the code is checked
out below ~/go (the default GOPATH), it will detect that the source is
within GOPATH and switch to non-Module mode. Now we're setting
GO111MODULE to "on" explicitly.
604b18aa
History
Name Last commit Last update