Skip to content

Commit

Permalink
GoCenter has gone (#45)
Browse files Browse the repository at this point in the history
  • Loading branch information
superbrothers authored May 8, 2021
1 parent c640ac7 commit 20ff143
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion .goreleaser.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
env:
- GO111MODULE=on
- GOPROXY=https://gocenter.io
builds:
- main: ./cmd/ksort/main.go
binary: ksort
Expand Down
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
GO ?= GO111MODULE=on GOPROXY=https://gocenter.io go
GO ?= GO111MODULE=on go
DIST_DIR := dist

.PHONY: build
Expand Down

0 comments on commit 20ff143

Please sign in to comment.