From 96d7b0c74c174c82d978f0207672d29151f066a7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E7=8E=8B=E4=B8=80=E4=B9=8B?= Date: Mon, 23 Oct 2023 11:48:37 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E5=9C=B0=E5=9D=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- versions-manifest.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/versions-manifest.json b/versions-manifest.json index da2eb88..e12fe31 100644 --- a/versions-manifest.json +++ b/versions-manifest.json @@ -2,25 +2,25 @@ { "version": "1.21.3", "stable": true, - "release_url": "https://gitea.icodef.com/actions/go-versions/releases/tag/1.21.3-6478378147", + "release_url": "http://gitea-http.core.svc.cluster.local:3000/actions/go-versions/releases/tag/1.21.3-6478378147", "files": [ { "filename": "go-1.21.3-darwin-x64.tar.gz", "arch": "x64", "platform": "darwin", - "download_url": "https://gitea.icodef.com/actions/go-versions/releases/download/1.21.3-6478378147/go-1.21.3-darwin-x64.tar.gz" + "download_url": "http://gitea-http.core.svc.cluster.local:3000/actions/go-versions/releases/download/1.21.3-6478378147/go-1.21.3-darwin-x64.tar.gz" }, { "filename": "go-1.21.3-linux-x64.tar.gz", "arch": "x64", "platform": "linux", - "download_url": "https://gitea.icodef.com/actions/go-versions/releases/download/1.21.3-6478378147/go-1.21.3-linux-x64.tar.gz" + "download_url": "http://gitea-http.core.svc.cluster.local:3000/actions/go-versions/releases/download/1.21.3-6478378147/go-1.21.3-linux-x64.tar.gz" }, { "filename": "go-1.21.3-win32-x64.zip", "arch": "x64", "platform": "win32", - "download_url": "https://gitea.icodef.com/actions/go-versions/releases/download/1.21.3-6478378147/go-1.21.3-win32-x64.zip" + "download_url": "http://gitea-http.core.svc.cluster.local:3000/actions/go-versions/releases/download/1.21.3-6478378147/go-1.21.3-win32-x64.zip" } ] },