mirror of
https://github.com/actions/setup-go.git
synced 2026-05-14 02:42:42 +00:00
abe7d6b8af
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;
|