Skip to content

Commit

Permalink
Merge pull request #248 from newrelic/gmerkushev/fix-release-v137
Browse files Browse the repository at this point in the history
ci: update make for release, sync go.mod
  • Loading branch information
brushknight authored Nov 27, 2020
2 parents b84f6d3 + 504a062 commit 8a4bb9d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -47,15 +47,15 @@ bin:
@mkdir -p $(BUILD_DIR)

$(GORELEASER_BIN): bin
@echo "=== $(PROJECT) === [ release/deps ]: Installing goreleaser"
@echo "=== $(PROJECT_NAME) === [ release/deps ]: Installing goreleaser"
@(wget -qO /tmp/goreleaser.tar.gz https://github.com/goreleaser/goreleaser/releases/download/$(GORELEASER_VERSION)/goreleaser_$(GOOS)_x86_64.tar.gz)
@(tar -xf /tmp/goreleaser.tar.gz -C bin/)
@(rm -f /tmp/goreleaser.tar.gz)

release/deps: $(GORELEASER_BIN)

release: clean release/deps compile-only
@echo "=== $(PROJECT) === [ release ]: Releasing new version..."
@echo "=== $(PROJECT_NAME) === [ release ]: Releasing new version..."
@$(GORELEASER_BIN) release

# Import fragments
Expand Down
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -57,5 +57,5 @@ require (
gopkg.in/check.v1 v1.0.0-20190902080502-41f04d3bba15 // indirect
gopkg.in/src-d/go-git.v4 v4.12.0
gopkg.in/yaml.v2 v2.2.8
gotest.tools v2.2.0+incompatible // indirect
gotest.tools v2.2.0+incompatible
)

0 comments on commit 8a4bb9d

Please sign in to comment.