From 20ff143d3c4709c60d5cc6e7599a397efcfa5e20 Mon Sep 17 00:00:00 2001 From: Kazuki Suda <230185+superbrothers@users.noreply.github.com> Date: Sat, 8 May 2021 23:00:30 +0900 Subject: [PATCH] GoCenter has gone (#45) --- .goreleaser.yaml | 1 - Makefile | 2 +- 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/.goreleaser.yaml b/.goreleaser.yaml index 215bef4..7e135a5 100644 --- a/.goreleaser.yaml +++ b/.goreleaser.yaml @@ -1,6 +1,5 @@ env: - GO111MODULE=on -- GOPROXY=https://gocenter.io builds: - main: ./cmd/ksort/main.go binary: ksort diff --git a/Makefile b/Makefile index e2b89a6..4cd7228 100644 --- a/Makefile +++ b/Makefile @@ -1,4 +1,4 @@ -GO ?= GO111MODULE=on GOPROXY=https://gocenter.io go +GO ?= GO111MODULE=on go DIST_DIR := dist .PHONY: build