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