diff --git a/.circleci/config.yml b/.circleci/config.yml index bee1a54..4e42bf0 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -45,6 +45,9 @@ jobs: release-github: <<: *defaults + environment: + CGO_ENABLED: '0' + steps: - checkout diff --git a/commands/root.go b/commands/root.go index 12bb925..de7d258 100644 --- a/commands/root.go +++ b/commands/root.go @@ -32,7 +32,7 @@ friendly for continuous delivery environments. GitHub: https://github.com/nathandines/forge `, - Version: "v2.2.1-develop", + Version: "v2.2.1", } func init() {