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

[8.x](backport #5651) fix go vet errors with Go 1.24 #5684

Merged
merged 1 commit into from
Oct 3, 2024

Conversation

mergify[bot]
Copy link
Contributor

@mergify mergify bot commented Oct 3, 2024

What does this PR do?

The cmd/vet in Go 1.24 reports printf calls with non-const format and no args, causing failures.

How to test this PR locally

$ go install golang.org/dl/gotip@latest
$ gotip download
$ gotip vet ./...

Related issues

@mergify mergify bot requested a review from a team as a code owner October 3, 2024 07:37
@mergify mergify bot added the backport label Oct 3, 2024
@mergify mergify bot requested review from blakerouse and pchila and removed request for a team October 3, 2024 07:37
@pierrehilbert pierrehilbert added the Team:Elastic-Agent-Data-Plane Label for the Agent Data Plane team label Oct 3, 2024
@elasticmachine
Copy link
Contributor

Pinging @elastic/elastic-agent-data-plane (Team:Elastic-Agent-Data-Plane)

@pierrehilbert pierrehilbert requested review from mauri870 and removed request for blakerouse and pchila October 3, 2024 07:40
@mauri870 mauri870 merged commit f067c92 into 8.x Oct 3, 2024
16 checks passed
@mauri870 mauri870 deleted the mergify/bp/8.x/pr-5651 branch October 3, 2024 11:21
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
backport Team:Elastic-Agent-Data-Plane Label for the Agent Data Plane team
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants