Skip to content

Commit d849d68

Browse files
committed
Go backend from appengine to cloudrun
1 parent 05d9298 commit d849d68

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/engines/go.ts

+2-2
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,6 @@ export const go: RegexEngine = {
2020
option_notes: `The <code>posix</code> option is really a separate API call (<code>CompilePOSIX</code>). Other option need to be specified in the regex pattern.`,
2121
short_name: "Go",
2222
source_url: "https://github.com/regexplanet/regexplanet-golang",
23-
status_url: "https://regexplanet-go.appspot.com/status.json",
24-
test_url: "https://regexplanet-go.appspot.com/test.json",
23+
status_url: "https://go.gcr.regexplanet.com/status.json",
24+
test_url: "https://go.gcr.regexplanet.com/test.json",
2525
};

0 commit comments

Comments
 (0)