Skip to content

Conversation

@innodreamer
Copy link
Member

  • Update go.mod and go.sum
    • Apply Updated KT Cloud Classic(G1/G2)/VPC(D1) Go SDK and NHN Cloud Go SDK

@innodreamer innodreamer requested a review from Copilot November 3, 2025 12:40
Copy link
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

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

Pull Request Overview

This PR updates several cloud provider SDK dependencies to their latest versions, specifically for Korean cloud providers (KT Cloud, NHN Cloud) and the internal logging library (cb-log). Additionally, the indirect dependency golang.org/x/sys is bumped from v0.33.0 to v0.37.0.

  • Updated cb-log from v0.9.0 to v0.9.1
  • Updated ktcloud-sdk-go, ktcloudvpc-sdk-go, and nhncloud-sdk-go to recent commits from November 2025
  • Updated golang.org/x/sys from v0.33.0 to v0.37.0

Reviewed Changes

Copilot reviewed 1 out of 2 changed files in this pull request and generated no comments.

File Description
go.mod Updates direct dependencies for cb-log and Korean CSP SDKs, plus indirect dependency golang.org/x/sys
go.sum Adds checksums for all new dependency versions alongside existing entries
Comments suppressed due to low confidence (1)

go.mod:3

  • Go version 1.25.0 does not exist. As of January 2025, the latest stable Go version is 1.22.x. The version directive should be updated to a valid and released Go version (e.g., go 1.22 or go 1.23 if available by November 2025).
go 1.25.0

@powerkimhub powerkimhub linked an issue Nov 3, 2025 that may be closed by this pull request
@powerkimhub powerkimhub merged commit 1632ab0 into cloud-barista:master Nov 3, 2025
2 checks passed
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.

Update go.mod after dependent packages upgrade to Go v0.25.0

2 participants