Skip to content

Commit

Permalink
Update goreleaser install method (#1222)
Browse files Browse the repository at this point in the history
* Update goreleaser install method

* Better changelog line

* Fix comment
  • Loading branch information
mapno authored Jan 12, 2022
1 parent c7d9d18 commit f1aa46c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@
* [BUGFIX] Ensure that the admin client jsonnet has correct S3 bucket property. (@hedss)
* [BUGFIX] Publish tenant index age correctly for tenant index writers. [#1146](https://github.com/grafana/tempo/pull/1146) (@joe-elliott)
* [BUGFIX] Ingester startup panic `slice bounds out of range` [#1195](https://github.com/grafana/tempo/issues/1195) (@mdisibio)
* [BUGFIX] Update goreleaser install method to `go install`. [#](https://github.com/grafana/tempo/) (@mapno)

## v1.2.1 / 2021-11-15
* [BUGFIX] Fix defaults for MaxBytesPerTrace (ingester.max-bytes-per-trace) and MaxSearchBytesPerTrace (ingester.max-search-bytes-per-trace) [#1109](https://github.com/grafana/tempo/pull/1109) (@bitprocessor)
Expand Down
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -184,9 +184,9 @@ vendor-check: gen-proto gen-flat
git diff --exit-code -- go.sum go.mod vendor/ pkg/tempopb/ pkg/tempofb/


### Release (intended to be used in the .github/workflows/images.yml)
### Release (intended to be used in the .github/workflows/release.yml)
$(GORELEASER):
curl -sfL https://install.goreleaser.com/github.com/goreleaser/goreleaser.sh | BINDIR=$(GOPATH)/bin sh
go install github.com/goreleaser/goreleaser@latest

release: $(GORELEASER)
$(GORELEASER) build --skip-validate --rm-dist
Expand Down

0 comments on commit f1aa46c

Please sign in to comment.