diff --git a/.github/workflows/update-dependencies.yaml b/.github/workflows/update-dependencies.yaml index a0344b3e..5ec6ab4b 100644 --- a/.github/workflows/update-dependencies.yaml +++ b/.github/workflows/update-dependencies.yaml @@ -46,7 +46,7 @@ jobs: - name: Update Main Gomod run: | - cd ${{ github.workspace }}/core/src/main/golang/ + cd ${{ github.workspace }}/core/src/main/golang/native/ go get -u - name: Create Pull Request