mirror of
https://code.forgejo.org/actions/setup-go.git
synced 2026-08-29 05:24:58 -04:00
Remove toolchain directories from the cache
This commit is contained in:
parent
bfd2fb341f
commit
75d73b8577
13 changed files with 897 additions and 305 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…
Reference in a new issue