-
Notifications
You must be signed in to change notification settings - Fork 678
Release v0.38.0-rc1
#921
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
Release v0.38.0-rc1
#921
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
One request re: the golangci-lint changes, but otherwise LGTM, thanks @sergio-mena!
.github/workflows/lint.yml
Outdated
@@ -31,7 +31,7 @@ jobs: | |||
go.sum | |||
- uses: golangci/golangci-lint-action@v3 | |||
with: | |||
version: latest | |||
version: v1.52.0 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Could we please avoid pinning golangci-lint to a specific version?
I've submitted #922 to fix the lints on the v0.38.x
branch.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Ok, will revert my commit and wait for #922 to be merged
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Done!
Makefile
Outdated
@@ -231,7 +231,7 @@ format: | |||
|
|||
lint: | |||
@echo "--> Running linter" | |||
@go run github.com/golangci/golangci-lint/cmd/golangci-lint@latest run | |||
@go run github.com/golangci/golangci-lint/cmd/golangci-lint@v1.52.0 run |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Same as previous comment.
Changes in preparation for the first release candidate (RC) of v0.38.0:
release/v0.38.0-rc1
branch)PR checklist
.changelog
(we use unclog to manage our changelog)docs/
orspec/
) and code comments