Skip to content

Fix: Selenium Grid metrics exporter build#3145

Open
nktt-s wants to merge 1 commit into
SeleniumHQ:trunkfrom
nktt-s:fix-grid-exporter
Open

Fix: Selenium Grid metrics exporter build#3145
nktt-s wants to merge 1 commit into
SeleniumHQ:trunkfrom
nktt-s:fix-grid-exporter

Conversation

@nktt-s
Copy link
Copy Markdown

@nktt-s nktt-s commented Jun 1, 2026

Thanks for contributing to the Docker-Selenium project!
A PR well described will help maintainers to quickly review and merge it

Before submitting your PR, please check our contributing guidelines, applied for this repository.
Avoid large PRs, help reviewers by making them as simple and short as possible.

Description

The go.mod file specified an incorrect version for the goautoneg dependency, preventing the build from completing successfully. I have corrected the dependency version and updated the go.sum file using the go mod tidy command.

Motivation and Context

This change fixes an issue with incorrect build of the Selenium Grid exporter.

Types of changes

  • Bug fix (non-breaking change which fixes an issue)
  • New feature (non-breaking change which adds functionality)
  • Breaking change (fix or feature that would cause existing functionality to change)

Checklist

  • I have read the contributing document.
  • My change requires a change to the documentation.
  • I have updated the documentation accordingly.
  • I have added tests to cover my changes.
  • All new and existing tests passed.

@CLAassistant
Copy link
Copy Markdown

CLAassistant commented Jun 1, 2026

CLA assistant check
All committers have signed the CLA.

@qodo-code-review
Copy link
Copy Markdown
Contributor

Review Summary by Qodo

Fix goautoneg dependency version in Grid exporter

🐞 Bug fix

Grey Divider

Walkthroughs

Description
• Fixed incorrect goautoneg dependency version in Go modules
• Corrected malformed version string from v0.0.0-2.19.010083416-a7dc8b61c822 to
  v0.0.0-20191010083416-a7dc8b61c822
• Updated go.sum file to reflect corrected dependency version
• Resolves Selenium Grid metrics exporter build failure
Diagram
flowchart LR
  A["Malformed goautoneg version"] -->|"Correct version string"| B["Valid Go module dependency"]
  B -->|"Update go.sum"| C["Successful build"]

Loading

Grey Divider

File Changes

1. .monitoring/exporter/go.mod 🐞 Bug fix +1/-1

Fix goautoneg dependency version string

• Corrected github.com/munnerz/goautoneg dependency version from
 v0.0.0-2.19.010083416-a7dc8b61c822 to v0.0.0-20191010083416-a7dc8b61c822
• Fixed malformed version string that prevented successful module resolution

.monitoring/exporter/go.mod


2. .monitoring/exporter/go.sum Dependencies +2/-2

Update goautoneg checksums in go.sum

• Updated goautoneg module hash entries to match corrected version
• Synchronized both direct and indirect module references with corrected version string

.monitoring/exporter/go.sum


Grey Divider

Qodo Logo

@qodo-code-review
Copy link
Copy Markdown
Contributor

qodo-code-review Bot commented Jun 1, 2026

Code Review by Qodo

🐞 Bugs (0) 📘 Rule violations (0) 📎 Requirement gaps (0)

Grey Divider

Great, no issues found!

Qodo reviewed your code and found no material issues that require review

Grey Divider

Qodo Logo

@nktt-s nktt-s changed the title Fixed build Selenium Grid metrics exporter Fix: Selenium Grid metrics exporter build Jun 1, 2026
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