diff --git a/.github/workflows/ci-cd.yml b/.github/workflows/ci-cd.yml index 99ee388..208d2ff 100644 --- a/.github/workflows/ci-cd.yml +++ b/.github/workflows/ci-cd.yml @@ -14,6 +14,9 @@ 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