We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Usability is poor, only seems to work with go-version-input specified. 🤦
https://github.com/kaihendry/yyyymmdd/actions/runs/11000836330/job/30544123107 is an example of a run without go-version-input.
go-version-input
https://github.com/golang/govulncheck-action
The text was updated successfully, but these errors were encountered:
Related Issues and Documentation
(Emoji vote if this was helpful or unhelpful; more detailed feedback welcome in this discussion.)
Sorry, something went wrong.
I noticed that both in golangcli and govulncheck actions runs, executing actions/setup-go@v5 has problems:
actions/setup-go@v5
/usr/bin/tar: ../../../go/pkg/mod/golang.org/toolchain@v0.0.1-go1.23.0.linux-amd64/go.env: Cannot open: File exists /usr/bin/tar: ../../../go/pkg/mod/golang.org/toolchain@v0.0.1-go1.23.0.linux-amd64/src/bootstrap.bash: Cannot open: File exists /usr/bin/tar: ../../../go/pkg/mod/golang.org/toolchain@v0.0.1-go1.23.0.linux-amd64/src/race.bat: Cannot open: File exists /usr/bin/tar: ../../../go/pkg/mod/golang.org/toolchain@v0.0.1-go1.23.0.linux-amd64/src/html/entity.go: Cannot open: File exists /usr/bin/tar: ../../../go/pkg/mod/golang.org/toolchain@v0.0.1-go1.23.0.linux-amd64/src/html/example_test.go: Cannot open: File exists ...
Does this issue appear when using a specific go-version-input?
Change https://go.dev/cl/616435 mentions this issue: action.yml: make sure the latest Go version is default
action.yml: make sure the latest Go version is default
golang/govulncheck-action@b625fbe
zpavlinovic
No branches or pull requests
Usability is poor, only seems to work with go-version-input specified. 🤦
https://github.com/kaihendry/yyyymmdd/actions/runs/11000836330/job/30544123107 is an example of a run without
go-version-input
.https://github.com/golang/govulncheck-action
The text was updated successfully, but these errors were encountered: