You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
> Task :sechub-cli:buildGo FAILED
Build go:Start building package 'daimler.com/sechub'
>building:platform/linux-386
no required module provides package daimler.com/sechub: go.mod file not found in current directory or any parent directory; see 'go help modules'
Go build failed because of an error
Checking version:
> $ go version
go version go1.16.4 linux/amd64
Wanted
Build shall work with newer go versions as well - e.g. for security reasons (compiler output
Solutions
There a two possible options IMHO:
A) integrate adequate go.mod file which works for 1.15.x and also 1.16.x
B) Make a workaround via setting GOPATH ala GOPATH="~/go:./sechub-cli" inside the gradle build file
The text was updated successfully, but these errors were encountered:
Situation
Executing integration tests with
on my local machine fails with:
Checking version:
Wanted
Build shall work with newer go versions as well - e.g. for security reasons (compiler output
Solutions
There a two possible options IMHO:
A) integrate adequate
go.mod
file which works for 1.15.x and also 1.16.xB) Make a workaround via setting GOPATH ala
GOPATH="~/go:./sechub-cli" inside the gradle build file
The text was updated successfully, but these errors were encountered: