Update TUF client to support options and add LiveTrustedRoot #178
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. Failure invoking /opt/hostedtoolcache/CodeQL/2.16.1-v2.16.1/x64/codeql/go/tools/autobuild.sh with arguments .
Exit code 1 and error was:
2024/01/29 10:09:13 Autobuilder was built with go1.21.6, environment has go1.20.13
2024/01/29 10:09:13 LGTM_SRC is /home/runner/work/sigstore-go/sigstore-go
2024/01/29 10:09:13 Found go.mod, enabling go modules
2024/01/29 10:09:13 The go.mod version is newer than the installed version of Go. Consider adding an actions/setup-go step to your workflow.
go: errors parsing go.mod:
/home/runner/work/sigstore-go/sigstore-go/go.mod:3: invalid go version '1.21.5': must match format 1.23
2024/01/29 10:09:13 Running /usr/bin/go failed, continuing anyway: exit status 1
2024/01/29 10:09:13 Failed to run `go mod tidy -e`
2024/01/29 10:09:13 Import path is 'github.com/sigstore/sigstore-go'
2024/01/29 10:09:13 Makefile found.
2024/01/29 10:09:13 Trying build command make []
go: errors parsing go.mod:
/home/runner/work/sigstore-go/sigstore-go/go.mod:3: invalid go version '1.21.5': must match format 1.23
make: *** [Makefile:17: build] Error 1
2024/01/29 10:09:13 Running /usr/bin/make failed, continuing anyway: exit status 2
2024/01/29 10:09:13 Build failed, continuing to install dependencies.
2024/01/29 10:09:13 Installing dependencies using `go get -v ./...` in `.`.
go: errors parsing go.mod:
/home/runner/work/sigstore-go/sigstore-go/go.mod:3: invalid go version '1.21.5': must match format 1.23
2024/01/29 10:09:13 Running /usr/bin/go failed, continuing anyway: exit status 1
2024/01/29 10:09:13 Running extractor command '/opt/hostedtoolcache/CodeQL/2.16.1-v2.16.1/x64/codeql/go/tools/linux64/go-extractor [./...]' from directory '.'.
2024/01/29 10:09:13 Build flags: ''; patterns: './...'
2024/01/29 10:09:13 Running packages.Load.
2024/01/29 10:09:13 Error running go tooling: err: exit status 1: stderr: go: errors parsing go.mod:
/home/runner/work/sigstore-go/sigstore-go/go.mod:3: invalid go version '1.21.5': must match format 1.23
2024/01/29 10:09:13 Extraction failed: exit status 1
|
Analyze (go)
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: github/codeql-action/init@cdcdbb579706841c47f7063dda365e292e5cad7a, github/codeql-action/autobuild@cdcdbb579706841c47f7063dda365e292e5cad7a. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|