From 135d9fe54781fea89e9975f09ee222b772d5e05d Mon Sep 17 00:00:00 2001 From: Steve Johnson <144257728+stevejohnson7@users.noreply.github.com> Date: Thu, 19 Oct 2023 02:31:42 +0800 Subject: [PATCH] chore: Update update-dependencies.yml --- .github/workflows/update-dependencies.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/update-dependencies.yml b/.github/workflows/update-dependencies.yml index fabffbe3..bd8255ce 100644 --- a/.github/workflows/update-dependencies.yml +++ b/.github/workflows/update-dependencies.yml @@ -21,13 +21,13 @@ jobs: - name: Update Foss Gomod run: | cd ./core/src/foss/golang/ - go get -u + go mod download go mod tidy - name: Update Main Gomod run: | cd ./core/src/main/golang/ - go get -u + go mod download go mod tidy - name: Create Pull Request