Update CLI
go get -u github.com/create-go-app/cli
go install -ldflags="-s -w" github.com/create-go-app/cli@latest && mv $GOPATH/bin/cli $GOPATH/bin/cgapp
Breaking changes since v1.7.0
release
- Drop support Go versions
1.11.x
, 1.12.x
, 1.13.x
, 1.14.x
, 1.15.x
, minimal version is now 1.16.x
and higher.
Changelog
- Switch from Taskfile.yml to simple
Makefile
s (for all Create Go App project).
- Switch from own realization of embed files to built-in feature in Go
1.16.x
(for config files).
- Add support for macOS version for Apple Silicon CPUs.
- Update AlecAivazis/survey to
v2.2.8
(release notes).