mirror of
https://kkgithub.com/actions/setup-go
synced 2026-05-16 00:13:06 +00:00
Doing an upgrade for node 24, node 24 is stricter with types so need to add a type for achitecture
3 lines
77 B
TypeScript
3 lines
77 B
TypeScript
// match what @actions/tool-cache expects
|
|
export type Architecture = string;
|