Add goproxy_server to LANGUAGE_TO_REGISTRY_TYPE

This commit is contained in:
Michael B. Gale 2025-03-31 15:30:39 +01:00
parent f843d94177
commit 6ad5d99ccc
No known key found for this signature in database
GPG key ID: FF5E2765BD00628F
3 changed files with 3 additions and 3 deletions

2
lib/start-proxy.js generated
View file

@ -10,10 +10,10 @@ const LANGUAGE_TO_REGISTRY_TYPE = {
python: "python_index",
ruby: "rubygems_server",
rust: "cargo_registry",
go: "goproxy_server",
// We do not have an established proxy type for these languages, thus leaving empty.
actions: "",
cpp: "",
go: "",
swift: "",
};
// getCredentials returns registry credentials from action inputs.