From ffbe6e18cd56c99c5ce1c86150109ce705747c0f Mon Sep 17 00:00:00 2001 From: Mohamed Ben Date: Wed, 26 Jul 2023 05:29:39 +0100 Subject: [PATCH] chore: stop GOPROXY --- .goreleaser.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.goreleaser.yml b/.goreleaser.yml index 8feb81e..d37af1d 100644 --- a/.goreleaser.yml +++ b/.goreleaser.yml @@ -2,7 +2,7 @@ # Make sure to check the documentation at http://goreleaser.com env: - GO111MODULE=on - - GOPROXY=https://gocenter.io + before: hooks: # You may remove this if you don't use go modules.