From 98f3579a7ad34eb3ad629a3a3726e16f8b5abe9c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Vic=20Sh=C3=B3stak?= Date: Thu, 6 May 2021 22:03:57 +0300 Subject: [PATCH] Update misc files --- .goreleaser.yml | 2 +- Makefile | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.goreleaser.yml b/.goreleaser.yml index b41f154..20168ba 100644 --- a/.goreleaser.yml +++ b/.goreleaser.yml @@ -49,7 +49,7 @@ brews: # Caveats for the user of your binary. # Default is empty. - caveats: "Create a new project via interactive console UI into current folder by using `cgapp create` command." + caveats: "Create a new project via interactive console UI into current folder by using `cgapp create` command. A helpful documentation and next steps with your project is here https://create-go.app/" # Your app's homepage. # Default is empty. diff --git a/Makefile b/Makefile index 4e222f3..c0ba88a 100644 --- a/Makefile +++ b/Makefile @@ -27,4 +27,4 @@ delete-tag: git tag --delete $(VERSION) update-pkg-cache: - curl -i https://proxy.golang.org/github.com/create-go-app/cli/@v/$(VERSION).info + curl -i https://proxy.golang.org/github.com/create-go-app/cli/v2/@v/$(VERSION).info