mirror of
https://github.com/actions/setup-go.git
synced 2025-07-23 15:08:28 +02:00
Remove toolchain directories from the cache
This commit is contained in:
parent
bfd2fb341f
commit
75d73b8577
13 changed files with 893 additions and 301 deletions
13
__tests__/toolchain.go.mod
Normal file
13
__tests__/toolchain.go.mod
Normal file
|
@ -0,0 +1,13 @@
|
|||
module example-mod
|
||||
|
||||
go 1.21.0
|
||||
|
||||
toolchain go1.21.0
|
||||
toolchain go1.21.1
|
||||
|
||||
require golang.org/x/tools v0.13.0
|
||||
|
||||
require (
|
||||
golang.org/x/mod v0.12.0 // indirect
|
||||
golang.org/x/sys v0.12.0 // indirect
|
||||
)
|
Loading…
Add table
Add a link
Reference in a new issue