CodeQL #392
Annotations
1 error and 1 warning
Analyze (go)
We were unable to automatically build your code. Please replace the call to the autobuild action with your custom build steps. Encountered a fatal error while running "/opt/hostedtoolcache/CodeQL/2.14.3/x64/codeql/go/tools/autobuild.sh". Exit code was 1 and error was: 2023/09/02 09:09:20 Autobuilder was built with go1.20.7, environment has go1.20.7
2023/09/02 09:09:20 LGTM_SRC is /home/runner/work/goridge/goridge
2023/09/02 09:09:20 Found go.mod, enabling go modules
go: errors parsing go.mod:
/home/runner/work/goridge/goridge/go.mod:5: unknown directive: toolchain
2023/09/02 09:09:20 Running /usr/bin/go failed, continuing anyway: exit status 1
2023/09/02 09:09:20 Failed to run `go mod tidy -e`
2023/09/02 09:09:20 Import path is 'github.com/roadrunner-server/goridge'
2023/09/02 09:09:20 Makefile found.
2023/09/02 09:09:20 Trying build command make []
go: errors parsing go.mod:
/home/runner/work/goridge/goridge/go.mod:5: unknown directive: toolchain
make: *** [Makefile:3: test] Error 1
2023/09/02 09:09:20 Running /usr/bin/make failed, continuing anyway: exit status 2
2023/09/02 09:09:20 Build failed, continuing to install dependencies.
2023/09/02 09:09:20 Installing dependencies using `go get -v ./...` in `.`.
go: errors parsing go.mod:
/home/runner/work/goridge/goridge/go.mod:5: unknown directive: toolchain
2023/09/02 09:09:20 Running /usr/bin/go failed, continuing anyway: exit status 1
2023/09/02 09:09:20 Running extractor command '/opt/hostedtoolcache/CodeQL/2.14.3/x64/codeql/go/tools/linux64/go-extractor [./...]' from directory '.'.
2023/09/02 09:09:20 Build flags: ''; patterns: './...'
2023/09/02 09:09:20 Running packages.Load.
2023/09/02 09:09:20 Error running go tooling: err: exit status 1: stderr: go: errors parsing go.mod:
/home/runner/work/goridge/goridge/go.mod:5: unknown directive: toolchain
2023/09/02 09:09:20 Extraction failed: exit status 1
|
Analyze (go)
1 issue was detected with this workflow: git checkout HEAD^2 is no longer necessary. Please remove this step as Code Scanning recommends analyzing the merge commit for best results.
|