chore: Update update-dependencies.yml

This commit is contained in:
Steve Johnson 2023-10-19 02:31:42 +08:00 committed by GitHub
parent 7038a39275
commit 135d9fe547
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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