chore: remove all go get update to pass compile

This commit is contained in:
Steve Johnson 2023-10-20 10:39:45 +08:00
parent 24edb09467
commit aad0ec3b83

View File

@ -42,10 +42,10 @@ jobs:
run: |
./gradlew :core:downloadGeoipDatabase
- name: Update Foss Gomod
run: |
cd ${{ github.workspace }}/core/src/foss/golang/
go get -u
# - name: Update Foss Gomod
# run: |
# cd ${{ github.workspace }}/core/src/foss/golang/
# go get -u
# - name: Update Main Gomod
# run: |