chore: upgrade go v1.24.12 and latest dependencies #209
Merged
Conversation
Minimum allowed line rate is |
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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
This pull request updates Go version requirements and refreshes a wide range of dependencies across the main SDK, CLI, code generation templates, and example/test modules. It also updates the base images in the Dockerfile templates to use newer versions. These changes ensure the project uses the latest compatible versions for improved security, performance, and compatibility.
Dependency and version updates:
1.24.0to1.24.12in allgo.modfiles,go.work.testing, and code generation templates for better compatibility and security. [1] [2] [3] [4] [5] [6] [7] [8]go.opentelemetry.io/otel,github.com/alecthomas/kong,github.com/go-viper/mapstructure/v2,github.com/klauspost/compress,github.com/prometheus/common,golang.org/x/sync, and more, to their latest minor or patch versions. [1] [2] [3] [4] [5]github.com/hasura/ndc-sdk-go/v2used in the CLI from a pseudo-version tov2.2.0.Dockerfile improvements:
.hasura-connector/Dockerfile.tmplto usegolang:1.25and the production stage to usegcr.io/distroless/static-debian13:nonrootfor newer base images. [1] [2]These updates help keep the project current with upstream improvements and maintain compatibility with the Go ecosystem.