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

all: Upgrade hermitised tools and go packages #346

Merged
merged 2 commits into from
May 17, 2024
Merged

Conversation

juliaogris
Copy link
Member

@juliaogris juliaogris commented May 17, 2024

Upgrade tooling and dependencies with

hermit upgrade
go get -u
go mod tidy

We don't update node tools here because they need more care manual update to
the e2e test.

Upgrade hermitised tools with

	hermit upgrade

Ensure manually the openjre, node and firebase CLI are on most recent versions
as they often have major version changes which hermit doesn't upgrade
automatically.

The golangci-lint update requires some tweaks to .golangci.yml to remove
new magic number warnings and a deprecated linter warning.
Upgrade go dependencies with

	go get -u
	go mod tidy

Kong's help message format has been slightly updated so update all
auto-generated help messages in docs.
Copy link
Contributor

@camh- camh- left a comment

Choose a reason for hiding this comment

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

🟢

@juliaogris juliaogris merged commit da7ed6f into main May 17, 2024
3 checks passed
@juliaogris juliaogris deleted the upgrade-tools branch May 17, 2024 02:52
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.

None yet

2 participants