chore: Update update-dependencies.yml

This commit is contained in:
Steve Johnson 2023-10-19 02:35:39 +08:00 committed by GitHub
parent 135d9fe547
commit 8f97f636fb
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -20,12 +20,14 @@ jobs:
- name: Update Foss Gomod
run: |
go env -w GOPROXY=https://goproxy.io,direct
cd ./core/src/foss/golang/
go mod download
go mod tidy
- name: Update Main Gomod
run: |
go env -w GOPROXY=https://goproxy.io,direct
cd ./core/src/main/golang/
go mod download
go mod tidy