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

View file

@ -18,10 +18,10 @@ const LANGUAGE_TO_REGISTRY_TYPE: Record<Language, string> = {
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: "",
} as const;