chore: Fix

This commit is contained in:
Steve Johnson 2023-10-20 00:04:50 +08:00
parent 18016e16a7
commit 65b54a9779

View file

@ -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