chore: Fix wrong command usage

This commit is contained in:
Steve Johnson 2023-10-19 23:36:27 +08:00
parent aa9a2d9ecd
commit 77b1af6ee2

View file

@ -42,14 +42,12 @@ jobs:
- name: Update Foss Gomod
run: |
cd ./core/src/foss/golang/
go mod download
go mod tidy
go get -u
- name: Update Main Gomod
run: |
cd ./core/src/main/golang/
go mod download
go mod tidy
go get -u
- name: Create Pull Request
id: cpr