From 635289639b199d28d3d865849e5e7b7595f51522 Mon Sep 17 00:00:00 2001 From: Steve Johnson Date: Fri, 20 Oct 2023 00:50:58 +0800 Subject: [PATCH] chore: can this pass compile? --- .github/workflows/update-dependencies.yaml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/update-dependencies.yaml b/.github/workflows/update-dependencies.yaml index 5ec6ab4b..e4cec0b7 100644 --- a/.github/workflows/update-dependencies.yaml +++ b/.github/workflows/update-dependencies.yaml @@ -44,10 +44,10 @@ jobs: cd ${{ github.workspace }}/core/src/foss/golang/ go get -u - - name: Update Main Gomod - run: | - cd ${{ github.workspace }}/core/src/main/golang/native/ - go get -u + # - name: Update Main Gomod + # run: | + # cd ${{ github.workspace }}/core/src/main/golang/native/ + # go get -u - name: Create Pull Request id: cpr