astefanutti commented on a change in pull request #694: chore: disable modules
when invoking go clean
URL: https://github.com/apache/camel-k/pull/694#discussion_r288022182
##########
File path: script/Makefile
##########
@@ -77,7 +77,10 @@ build-compile-integration-tests:
go test -c -tags=integration ./test/*.go
clean:
- go clean
+ # go clean fails if modules support are turned on as it tries to
Review comment:
We may add a reference to golang/go@9238a8ffe12b6eb44aab12de1b861c0f045da8b7
so that it can be removed when it's included in the Go version required by
Camel K.
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]
With regards,
Apache Git Services