image-spec icon indicating copy to clipboard operation
image-spec copied to clipboard

Is the checkout path required in github actions?

Open sudo-bmitch opened this issue 7 months ago • 2 comments

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

sudo-bmitch avatar May 17 '25 00:05 sudo-bmitch

Heh nope, this shouldn't have mattered for as long as we've had go.mod. You should be able to drop GOPATH too.

tianon avatar May 17 '25 06:05 tianon

(Any cases where it still does are probably A Bug and we could deal with them accordingly, if you so choose.)

tianon avatar May 17 '25 06:05 tianon