Skip to content
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

Bump golang #155

Merged
merged 1 commit into from
Feb 16, 2025
Merged

Bump golang #155

merged 1 commit into from
Feb 16, 2025

Conversation

gitworkflows
Copy link
Contributor

@gitworkflows gitworkflows commented Feb 16, 2025

User description

Addresses issue: #

Changes proposed in this pull request:

  • Change 1
  • Change 2
  • Change 3

PR Type

Enhancement


Description

  • Updated Go version in go.mod to 1.23.6.

  • Upgraded multiple dependencies in go.mod to newer versions.

  • Updated dependency checksums in go.sum to match the upgraded versions.


Changes walkthrough 📝

Relevant files
Enhancement
go.mod
Upgrade Go version and dependencies in go.mod                       

go.mod

  • Updated Go version to 1.23.6.
  • Upgraded AWS SDK dependencies to newer versions.
  • Updated Kubernetes-related dependencies to newer versions.
  • Adjusted other dependencies to their latest versions.
  • +19/-19 
    go.sum
    Update dependency checksums in go.sum                                       

    go.sum

  • Updated dependency checksums for AWS SDK.
  • Updated dependency checksums for Kubernetes-related libraries.
  • Adjusted checksums for other upgraded dependencies.
  • +34/-35 

    Need help?
  • Type /help how to ... in the comments thread for any questions about Qodo Merge usage.
  • Check out the documentation for more information.
  • Copy link

    gitstream-cm bot commented Feb 16, 2025

    🚨 Warning: Approaching Monthly Automation Limit

    Monthly PRs automated: 230/250

    Your organization has used over 90% of its monthly quota for gitStream automations. Once the quota is reached, new pull requests for this month will not trigger gitStream automations and will be marked as “Skipped”.

    To avoid interruptions, consider optimizing your automation usage or upgrading your plan by contacting LinearB.

    Copy link

    sourcery-ai bot commented Feb 16, 2025

    Reviewer's Guide by Sourcery

    This pull request bumps the golang version and its dependencies in the go.mod and go.sum files. The go.mod file was updated to reflect the new versions of the dependencies. The go.sum file was updated to reflect the changes in the go.mod file.

    Updated class diagram for go.mod dependencies

    classDiagram
        class go.mod {
          -github.com/aws/aws-sdk-go-v2 v1.32.8
          +github.com/aws/aws-sdk-go-v2 v1.36.0
          -github.com/aws/aws-sdk-go-v2/config v1.28.10
          +github.com/aws/aws-sdk-go-v2/config v1.29.4
          -github.com/aws/aws-sdk-go-v2/service/securityhub v1.55.3
          +github.com/aws/aws-sdk-go-v2/service/securityhub v1.55.8
          -gopkg.in/yaml.v2 v2.3.0
          +gopkg.in/yaml.v2 v2.4.0
          -k8s.io/apimachinery v0.32.0
          +k8s.io/apimachinery v0.32.1
          -k8s.io/client-go v0.32.0
          +k8s.io/client-go v0.32.1
          -k8s.io/api v0.32.0
          +k8s.io/api v0.32.1
        }
        note for go.mod "This diagram shows the updated dependencies in the go.mod file."
    
    Loading

    File-Level Changes

    Change Details Files
    Update golang dependencies.
    • Update github.com/aws/aws-sdk-go-v2 from v1.32.8 to v1.36.0
    • Update github.com/aws/aws-sdk-go-v2/config from v1.28.10 to v1.29.4
    • Update github.com/aws/aws-sdk-go-v2/service/securityhub from v1.55.3 to v1.55.8
    • Update gopkg.in/yaml.v2 from v2.3.0 to v2.4.0
    • Update k8s.io/apimachinery from v0.32.0 to v0.32.1
    • Update k8s.io/client-go from v0.32.0 to v0.32.1
    • Update github.com/aws/aws-sdk-go-v2/credentials from v1.17.51 to v1.17.57
    • Update github.com/aws/aws-sdk-go-v2/feature/ec2/imds from v1.16.23 to v1.16.27
    • Update github.com/aws/aws-sdk-go-v2/internal/configsources from v1.3.27 to v1.3.31
    • Update github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 from v2.6.27 to v2.6.31
    • Update github.com/aws/aws-sdk-go-v2/internal/ini from v1.8.1 to v1.8.2
    • Update github.com/aws/aws-sdk-go-v2/service/internal/accept-encoding from v1.12.1 to v1.12.2
    • Update github.com/aws/aws-sdk-go-v2/service/internal/presigned-url from v1.12.8 to v1.12.12
    • Update github.com/aws/aws-sdk-go-v2/service/sso from v1.24.9 to v1.24.14
    • Update github.com/aws/aws-sdk-go-v2/service/ssooidc from v1.28.8 to v1.28.13
    • Update github.com/aws/aws-sdk-go-v2/service/sts from v1.33.6 to v1.33.12
    • Update github.com/aws/smithy-go from v1.22.1 to v1.22.2
    • Update k8s.io/api from v0.32.0 to v0.32.1
    go.mod
    go.sum

    Tips and commands

    Interacting with Sourcery

    • Trigger a new review: Comment @sourcery-ai review on the pull request.
    • Continue discussions: Reply directly to Sourcery's review comments.
    • Generate a GitHub issue from a review comment: Ask Sourcery to create an
      issue from a review comment by replying to it. You can also reply to a
      review comment with @sourcery-ai issue to create an issue from it.
    • Generate a pull request title: Write @sourcery-ai anywhere in the pull
      request title to generate a title at any time. You can also comment
      @sourcery-ai title on the pull request to (re-)generate the title at any time.
    • Generate a pull request summary: Write @sourcery-ai summary anywhere in
      the pull request body to generate a PR summary at any time exactly where you
      want it. You can also comment @sourcery-ai summary on the pull request to
      (re-)generate the summary at any time.
    • Generate reviewer's guide: Comment @sourcery-ai guide on the pull
      request to (re-)generate the reviewer's guide at any time.
    • Resolve all Sourcery comments: Comment @sourcery-ai resolve on the
      pull request to resolve all Sourcery comments. Useful if you've already
      addressed all the comments and don't want to see them anymore.
    • Dismiss all Sourcery reviews: Comment @sourcery-ai dismiss on the pull
      request to dismiss all existing Sourcery reviews. Especially useful if you
      want to start fresh with a new review - don't forget to comment
      @sourcery-ai review to trigger a new review!
    • Generate a plan of action for an issue: Comment @sourcery-ai plan on
      an issue to generate a plan of action for it.

    Customizing Your Experience

    Access your dashboard to:

    • Enable or disable review features such as the Sourcery-generated pull request
      summary, the reviewer's guide, and others.
    • Change the review language.
    • Add, remove or edit custom review instructions.
    • Adjust other review settings.

    Getting Help

    PR Reviewer Guide 🔍

    Here are some key observations to aid the review process:

    ⏱️ Estimated effort to review: 2 🔵🔵⚪⚪⚪
    🧪 No relevant tests
    🔒 No security concerns identified
    ⚡ Recommended focus areas for review

    Version Compatibility

    Verify that upgrading multiple AWS SDK and Kubernetes dependencies simultaneously does not introduce any compatibility issues or breaking changes in the codebase

    github.com/aws/aws-sdk-go-v2 v1.36.0
    github.com/aws/aws-sdk-go-v2/config v1.29.4
    github.com/aws/aws-sdk-go-v2/service/securityhub v1.55.8

    PR Code Suggestions ✨

    No code suggestions found for the PR.

    Copy link

    @sourcery-ai sourcery-ai bot left a comment

    Choose a reason for hiding this comment

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

    Hey @gitworkflows - I've reviewed your changes - here's some feedback:

    Overall Comments:

    • Consider running go mod tidy to keep the go.mod and go.sum files consistent and remove any unnecessary dependencies.
    Here's what I looked at during the review
    • 🟢 General issues: all looks good
    • 🟢 Security: all looks good
    • 🟢 Testing: all looks good
    • 🟢 Complexity: all looks good
    • 🟢 Documentation: all looks good

    Sourcery is free for open source - if you like our reviews please consider sharing them ✨
    Help me be more useful! Please click 👍 or 👎 on each comment and I'll use the feedback to improve your reviews.

    @gitworkflows gitworkflows merged commit 6caf2d3 into main Feb 16, 2025
    8 checks passed
    Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
    Projects
    None yet
    Development

    Successfully merging this pull request may close these issues.

    1 participant