From aad0ec3b83b51062c877f0487cb55f4ae7c3e617 Mon Sep 17 00:00:00 2001 From: Steve Johnson Date: Fri, 20 Oct 2023 10:39:45 +0800 Subject: [PATCH] chore: remove all go get update to pass compile --- .github/workflows/update-dependencies.yaml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/update-dependencies.yaml b/.github/workflows/update-dependencies.yaml index e30bf07f..1fd0f06c 100644 --- a/.github/workflows/update-dependencies.yaml +++ b/.github/workflows/update-dependencies.yaml @@ -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: |