Skip to content

Conversation

matthewdale
Copy link
Collaborator

Summary

Bump the Go version in the govulncheck script to the latest Go version. Also mark the govulncheck command in the Evergreen config as type "test".

Background & Motivation

Go 1.24.5 is subject to vulnerability GO-2025-3849, so that shows up in the govulncheck output. Also, the govulncheck command in the Evergreen config is currently type "setup", so failures are incorrectly marked as setup failures.

@Copilot Copilot AI review requested due to automatic review settings September 26, 2025 03:24
@matthewdale matthewdale requested a review from a team as a code owner September 26, 2025 03:24
Copy link
Contributor

@Copilot Copilot AI left a comment

Choose a reason for hiding this comment

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

Pull Request Overview

This PR updates the govulncheck script to use Go 1.25.1 instead of 1.24.5 to avoid vulnerability reports for the Go version itself, and correctly marks the govulncheck command as type "test" in the Evergreen configuration.

  • Update Go version in govulncheck script from 1.24.5 to 1.25.1
  • Mark govulncheck command as type "test" instead of "setup" in Evergreen config

Reviewed Changes

Copilot reviewed 2 out of 2 changed files in this pull request and generated no comments.

File Description
etc/govulncheck.sh Updates GO_VERSION to avoid vulnerability in Go 1.24.5
.evergreen/config.yml Adds type "test" to govulncheck command for proper failure categorization

Tip: Customize your code reviews with copilot-instructions.md. Create the file or learn how to get started.

@matthewdale matthewdale added review-priority-urgent High Priority PR for Review: review immediately! ignore-for-release labels Sep 26, 2025
Copy link
Contributor

🧪 Performance Results

Commit SHA: 44cc1c8

There were no significant changes to the performance to report for version 68d607896a0a5c0007de8898.

Benchmark Measurement % Change Patch Value Stable Region H-Score Z-Score

For a comprehensive view of all microbenchmark results for this PR's commit, please check out the Evergreen perf task for this patch.

Copy link
Contributor

API Change Report

No changes found!

Copy link
Collaborator

@qingyang-hu qingyang-hu left a comment

Choose a reason for hiding this comment

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

Thank you!

@matthewdale matthewdale merged commit 4d76367 into mongodb:release/2.3 Sep 26, 2025
32 of 38 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
ignore-for-release review-priority-urgent High Priority PR for Review: review immediately!
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants