fix: vulnerability check failure by upgrading go lang version#860
Merged
vishalm0509 merged 6 commits intofix/mssql_cdc_cursorfrom Mar 15, 2026
Merged
fix: vulnerability check failure by upgrading go lang version#860vishalm0509 merged 6 commits intofix/mssql_cdc_cursorfrom
vishalm0509 merged 6 commits intofix/mssql_cdc_cursorfrom
Conversation
vishalm0509
reviewed
Mar 10, 2026
vaibhav-datazip
commented
Mar 11, 2026
Collaborator
saksham-datazip
left a comment
There was a problem hiding this comment.
version mismatch
vishalm0509
approved these changes
Mar 13, 2026
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.
Description
Go Upgrade: Updated go.mod, go.work, and Dockerfile to use Go 1.25.8.
Dependency Isolation: Added replace directives for google.golang.org/genproto and cloud.google.com/go/compute to the root go.mod and all 8 driver modules. This ensures that every driver (MySQL, Postgres, S3, etc.) can now be built and tidied in isolation without hitting "ambiguous import" errors.
Linting Modernization: Updated .golangci.yml to remove deprecated configuration options (skip-dirs, gci local prefixes, etc.) and rebuilt the golangci-lint binary with Go 1.25.8 to prevent version mismatch errors during commit.
Toolchain Cleanup: Removed stale toolchain directives and invalid comments from various go.mod files to maintain a clean workspace.
Forcing golangci-lint to be built with the project’s Go version, and updates deprecated
.golangci.ymloptions to remove config warnings.Type of change
How Has This Been Tested?
Screenshots or Recordings
Documentation
Related PR's (If Any):