image-spec
image-spec copied to clipboard
Is the checkout path required in github actions?
Is there any requirement for the path in our GitHub Actions used when checking out the code and lots of other steps? I'm happy to submit a PR to delete it if there are no objections.
https://github.com/opencontainers/image-spec/blob/64294bd7a2bf2537e1a6a34d687caae70300b0c4/.github/workflows/docs-and-linting.yml#L25
Heh nope, this shouldn't have mattered for as long as we've had go.mod. You should be able to drop GOPATH too.
(Any cases where it still does are probably A Bug and we could deal with them accordingly, if you so choose.)