diff --git a/.gitea/workflows/go-test.yaml b/.gitea/workflows/go-test.yaml index ba4c58c..a994de6 100644 --- a/.gitea/workflows/go-test.yaml +++ b/.gitea/workflows/go-test.yaml @@ -29,7 +29,6 @@ jobs: - name: Tidy run: | - export GOPROXY='https://proxy.golang.org,direct' go mod tidy - name: Launch Test run: |