From c305ae5739197a76ea8dd57777f3f3ff6dd77068 Mon Sep 17 00:00:00 2001 From: Asim Aslam Date: Thu, 16 Dec 2021 15:13:32 +0000 Subject: [PATCH] fix regions --- app/handler/google.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/handler/google.go b/app/handler/google.go index 86aa70e..0f8238c 100644 --- a/app/handler/google.go +++ b/app/handler/google.go @@ -39,7 +39,7 @@ type GoogleApp struct { var ( // hardcoded list of supported regions - GoogleRegions = []string{"asia-east1", "europe-west1", "us-central1", "us-east1", "us-west1"} + GoogleRegions = []string{"europe-west1", "us-central1", "us-east1", "us-west1", "asia-east1"} // hardcoded list of valid repos GitRepos = []string{"github.com", "gitlab.org", "bitbucket.org"}