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

update go version to 1.22.10 #14729

Merged

Conversation

Brindrajsinh-Chauhan
Copy link
Contributor

@Brindrajsinh-Chauhan Brindrajsinh-Chauhan commented Dec 17, 2024

What type of PR is this?

Uncomment one line below and remove others.

Bug fix
Feature
Documentation
Other

Go version upgrade to fix CVE CVE-2024-34156 fixed in go version 1.22.7

What does this PR do? Why is it needed?

Which issues(s) does this PR fix?

Go version upgrade to fix CVE CVE-2024-34156 fixed in go version 1.22.7

Fixes #

Other notes for review

Acknowledgements

  • I have read CONTRIBUTING.md.
  • I have made an appropriate entry to CHANGELOG.md.
  • I have added a description to this PR with sufficient context for reviewers to understand this PR.

.golangci.yml Outdated
@@ -6,7 +6,7 @@ run:
- proto
- tools/analyzers
timeout: 10m
go: '1.22.6'
go: '1.23.3'
Copy link
Member

Choose a reason for hiding this comment

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

Suggested change
go: '1.23.3'
go: '1.22.10'

@prestonvanloon
Copy link
Member

I think you may need to run go mod tidy and make an entry to CHANGELOG.md

@Brindrajsinh-Chauhan Brindrajsinh-Chauhan changed the title update go version to 1.23 update go version to 1.22.10 Dec 17, 2024
@prestonvanloon prestonvanloon added this pull request to the merge queue Jan 2, 2025
Merged via the queue into prysmaticlabs:develop with commit 79ea77f Jan 2, 2025
15 checks passed
@Brindrajsinh-Chauhan Brindrajsinh-Chauhan deleted the go-1.23-cve branch January 3, 2025 14:39
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