mirror of
https://github.com/actions/setup-go.git
synced 2025-08-19 18:49:57 +08: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;
|