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

CI and build updates #324

Merged
merged 13 commits into from
Jan 8, 2025
Merged

CI and build updates #324

merged 13 commits into from
Jan 8, 2025

Conversation

tvoran
Copy link
Member

@tvoran tvoran commented Nov 21, 2024

Update golang to 1.23.4, golang/x packages, CI tools, and the image in the deployment yaml.

The go update will help with #331, since [email protected] needs >= go 1.22.7.

go get golang.org/x/crypto@latest golang.org/x/net@latest
go mod tidy
go get github.com/golangci/golangci-lint@latest \
  github.com/hashicorp/copywrite@latest \
  mvdan.cc/gofumpt@latest
go mod tidy
@tvoran tvoran requested a review from a team as a code owner November 21, 2024 01:28
Copy link
Contributor

@benashz benashz left a comment

Choose a reason for hiding this comment

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

One question, otherwise +1

@@ -35,7 +35,7 @@ jobs:
run: make bootstrap

- name: Lint
run: make lint GOLANGCI_LINT_FORMAT=github-actions
run: make lint GOLANGCI_LINT_FORMAT=colored-line-number
Copy link
Contributor

Choose a reason for hiding this comment

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

Is this change required?

Copy link
Member Author

Choose a reason for hiding this comment

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

I think it still works with a warning, but the "github-actions" format was deprecated in v1.59.0

@tvoran
Copy link
Member Author

tvoran commented Jan 8, 2025

Thanks!

@tvoran tvoran merged commit 9aa77f6 into main Jan 8, 2025
24 checks passed
@tvoran tvoran deleted the VAULT-32492/ci-updates branch January 8, 2025 00:15
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants