Files
setup-go/src/types.ts
Salman Muin Kayser Chishti abe7d6b8af Node 24 upgrade
Doing an upgrade for node 24, node 24 is stricter with types so need to add a type for achitecture
2025-07-31 11:28:58 +01:00

3 lines
77 B
TypeScript

// match what @actions/tool-cache expects
export type Architecture = string;