From 8f97f636fb39963fdadda2e252b824c6cdb30743 Mon Sep 17 00:00:00 2001 From: Steve Johnson <144257728+stevejohnson7@users.noreply.github.com> Date: Thu, 19 Oct 2023 02:35:39 +0800 Subject: [PATCH] chore: Update update-dependencies.yml --- .github/workflows/update-dependencies.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/update-dependencies.yml b/.github/workflows/update-dependencies.yml index bd8255ce..8eaaa2d9 100644 --- a/.github/workflows/update-dependencies.yml +++ b/.github/workflows/update-dependencies.yml @@ -20,12 +20,14 @@ jobs: - name: Update Foss Gomod run: | + go env -w GOPROXY=https://goproxy.io,direct cd ./core/src/foss/golang/ go mod download go mod tidy - name: Update Main Gomod run: | + go env -w GOPROXY=https://goproxy.io,direct cd ./core/src/main/golang/ go mod download go mod tidy