From 26783b341b75ed50ef921aeb61189c989e89b2cf Mon Sep 17 00:00:00 2001 From: Vasiliy Tolstov Date: Sat, 30 Sep 2023 00:53:53 +0300 Subject: [PATCH] update Signed-off-by: Vasiliy Tolstov --- .gitea/workflows/autoupdate.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitea/workflows/autoupdate.yml b/.gitea/workflows/autoupdate.yml index 90c61248..29895619 100644 --- a/.gitea/workflows/autoupdate.yml +++ b/.gitea/workflows/autoupdate.yml @@ -14,6 +14,6 @@ jobs: - name: checkout uses: https://gitea.com/actions/checkout@v3 - name: get pkgdashcli - run: GOBIN=/bin go install git.unistack.org/unistack-org/pkgdash/cmd/pkgdashcli@latest + run: GOPROXY=direct GONOSUMDB="git.unistack.org/*" GONOPROXY="git.unistack.org/* GOBIN=/bin go install git.unistack.org/unistack-org/pkgdash/cmd/pkgdashcli@latest - name: pkgdashcli check run: /bin/pkgdashcli check \ No newline at end of file