chore: fix path

This commit is contained in:
Steve Johnson 2023-10-19 23:49:33 +08:00
parent 77b1af6ee2
commit 18016e16a7

View file

@ -41,12 +41,12 @@ jobs:
- name: Update Foss Gomod
run: |
cd ./core/src/foss/golang/
cd ${{ github.workspace }}/core/src/foss/golang/
go get -u
- name: Update Main Gomod
run: |
cd ./core/src/main/golang/
cd ${{ github.workspace }}/core/src/main/golang/
go get -u
- name: Create Pull Request