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

Updating go to 1.19.4 in Github Action #552

Merged
merged 5 commits into from
Dec 8, 2022
Merged

Conversation

willvedd
Copy link
Contributor

@willvedd willvedd commented Dec 8, 2022

🔧 Changes

A new go vulnerability got published yesterday that caused a false-positive result for us withgovuln. Despite the concern, the specific vulnerability is not applicable or relevant to this project. However, it is causing all subsequent PRs to fail in CI(see: #550 and #549).

Fortunately, it was fixed in go version 1.19.4, so this PR is simply to update our CI to the new version.

📚 References

Relevant vulnerability: https://pkg.go.dev/vuln/GO-2022-1143

🔬 Testing

Tested govuln locally and confirmed passing in CI.

📝 Checklist

  • All new/changed/fixed functionality is covered by tests (or N/A)
  • I have added documentation for all new/changed functionality (or N/A)

@willvedd willvedd requested a review from a team as a code owner December 8, 2022 21:17
@willvedd willvedd merged commit 322499d into main Dec 8, 2022
@willvedd willvedd deleted the update-ci-go-1.19.4 branch December 8, 2022 21:22
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