diff --git a/.github/workflows/ci-cd.yml b/.github/workflows/ci-cd.yml index 208d2ff..99ee388 100644 --- a/.github/workflows/ci-cd.yml +++ b/.github/workflows/ci-cd.yml @@ -14,9 +14,6 @@ jobs: - name: Checkout repo run: git clone "${{ secrets.G_CLONE_URL }}" . - - name: Setup go - run : echo 'export PATH=$PATH:/usr/local/go/bin' >> ~/.bashrc && source ~/.bashrc - - name: Set go proxy mirror run: go env -w GOPROXY=https://go.iranserver.com/repository/go/ && go env -w GOSUMDB=off