mirror of
https://github.com/actions/setup-go.git
synced 2025-09-06 12:26:25 +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;
|