-
Notifications
You must be signed in to change notification settings - Fork 3k
[chore] pin gomods to go 1.24.0 #42490
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
Merged
mx-psi
merged 1 commit into
open-telemetry:main
from
DataDog:jackgopack4/bump-gomod-go-1.24.0
Sep 4, 2025
Merged
[chore] pin gomods to go 1.24.0 #42490
mx-psi
merged 1 commit into
open-telemetry:main
from
DataDog:jackgopack4/bump-gomod-go-1.24.0
Sep 4, 2025
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
mx-psi
approved these changes
Sep 4, 2025
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
cc @axw
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
cmd/codecovgen
cmd/golden
cmd/opampsupervisor
cmd/telemetrygen
telemetrygen command
confmap/provider/aesprovider
confmap/provider/googlesecretmanagerprovider
confmap/provider/s3provider
confmap/provider/secretsmanagerprovider
connector/count
connector/datadog
connector/exceptions
connector/failover
connector/grafanacloud
connector/otlpjson
connector/roundrobin
connector/routing
connector/servicegraph
connector/signaltometrics
connector/spanmetrics
connector/sum
exporter/alertmanager
exporter/alibabacloudlogservice
Alibaba components
exporter/awscloudwatchlogs
awscloudwatchlogs exporter
exporter/awsemf
awsemf exporter
exporter/awskinesis
exporter/awss3
exporter/awsxray
exporter/azureblob
exporter/azuredataexplorer
exporter/azuremonitor
exporter/bmchelix
exporter/carbon
exporter/cassandra
exporter/clickhouse
exporter/coralogix
exporter/datadog
Datadog components
exporter/dataset
exporter/doris
exporter/elasticsearch
exporter/faro
exporter/file
exporter/googlecloud
exporter/googlecloudpubsub
exporter/googlemanagedprometheus
Google Managed Prometheus exporter
exporter/honeycombmarker
exporter/influxdb
exporter/kafka
exporter/loadbalancing
exporter/logicmonitor
exporter/logzio
exporter/mezmo
exporter/opensearch
exporter/otelarrow
exporter/prometheus
exporter/prometheusremotewrite
exporter/pulsar
exporter/rabbitmq
exporter/sapm
exporter/sematext
exporter/sentry
exporter/signalfx
exporter/splunkhec
exporter/stef
exporter/sumologic
exporter/syslog
exporter/tencentcloudlogservice
exporter/tinybird
exporter/zipkin
extension/ack
extension/asapauth
extension/awsproxy
extension/azureauth
extension/basicauth
extension/bearertokenauth
extension/cgroupruntime
extension/datadog
extension/encoding/avrologencoding
extension/encoding/awscloudwatchmetricstreams
extension/encoding/awslogsencoding
extension/encoding/googlecloudlogentryencoding
extension/encoding/jaegerencoding
extension/encoding/jsonlogencoding
extension/encoding/otlpencoding
extension/encoding/skywalkingencoding
extension/encoding/textencoding
extension/encoding/zipkinencoding
extension/encoding
extension/googleclientauth
extension/headerssetter
extension/healthcheck
Health Check Extension
extension/healthcheckv2
extension/httpforwarder
extension/jaegerremotesampling
extension/k8sleaderelector
extension/oauth2clientauth
extension/observer/cfgardenobserver
extension/observer/dockerobserver
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Description
As seen in #42475 (and potentially others), certain dependencies may bump gomod to specific version. setting gomod to go 1.24.0 shouldn't impact anything more than setting go 1.23.0 on previous versions did.
Link to tracking issue
Prerequisite for #42475
Testing
existing tests
Documentation
none needed