actions / setup-go

Set up your GitHub Actions workflow with a specific version of Go
MIT License
1.41k stars 531 forks source link

Remove toolchain directories from the cache #438

Open dsame opened 1 year ago

dsame commented 1 year ago

Description: Since the toolchains were added in 1.21 the setup action populates the modules caching directory before it is restored from the cache and prevents the tar from unpacking the archive.

This PR removes the toolchain directories from the cache allowing the tar to unpack the archive.

Related issue: link to the related issue.

Check list:

thall commented 10 months ago

Any reason why this PR isnt merged?

pavelnikolov commented 4 months ago

bump