Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: extract buf version #1327

Merged
merged 4 commits into from
May 10, 2024
Merged

Conversation

TropicalDog17
Copy link
Contributor

Description

Closes #1253

PR checklist

  • Tests written/updated
  • Changelog entry added in .changelog (we use
    unclog to manage our changelog)
  • Updated relevant documentation (docs/ or spec/) and code comments

@TropicalDog17 TropicalDog17 requested a review from a team as a code owner April 28, 2024 04:49
@TropicalDog17 TropicalDog17 requested review from rootulp and ninabarbakadze and removed request for a team April 28, 2024 04:49
rootulp
rootulp previously approved these changes Apr 28, 2024
Makefile Outdated
@@ -10,6 +10,7 @@ BUILD_FLAGS = -mod=readonly -ldflags "$(LD_FLAGS)"
HTTPS_GIT := https://github.com/cometbft/cometbft.git
CGO_ENABLED ?= 0

BUF_VERSION := v1.29.0
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks! Out of curiosity, why v1.29.0 instead of latest release?

Suggested change
BUF_VERSION := v1.29.0
BUF_VERSION := v1.31.0

Ref: https://github.com/bufbuild/buf/releases/tag/v1.31.0

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Yeah I use the version mentioned here, I guess using latest release is better.

Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Oh I see, yea if latest doesn't cause any issues then let's bump to latest.

@rootulp rootulp requested review from rach-id and evan-forbes and removed request for ninabarbakadze May 10, 2024 17:06
@rootulp rootulp merged commit b67d79e into celestiaorg:main May 10, 2024
14 checks passed
mergify bot pushed a commit that referenced this pull request May 10, 2024
## Description
Closes #1253

#### PR checklist

- [ ] Tests written/updated
- [ ] Changelog entry added in `.changelog` (we use
[unclog](https://github.com/informalsystems/unclog) to manage our
changelog)
- [ ] Updated relevant documentation (`docs/` or `spec/`) and code
comments

---------

Co-authored-by: Rootul P <[email protected]>
(cherry picked from commit b67d79e)

# Conflicts:
#	Makefile
cmwaters pushed a commit that referenced this pull request Jul 30, 2024
Closes #1253

- [ ] Tests written/updated
- [ ] Changelog entry added in `.changelog` (we use
[unclog](https://github.com/informalsystems/unclog) to manage our
changelog)
- [ ] Updated relevant documentation (`docs/` or `spec/`) and code
comments

---------

Co-authored-by: Rootul P <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Extract Makefile constant for buf version
3 participants