Go용 Cloud 클라이언트 라이브러리는 적어도 3개의 최신 주요 Go 출시 버전과 호환되며 App Engine 표준 및 Cloud Run 함수용 GA 런타임 1개 이상과 호환됩니다. 즉, Go용 Cloud 클라이언트 라이브러리는 지원되는 모든 Go 출시 버전 및 하나 이상의 추가 출시 버전과 호환됩니다. 예를 들어 현재 Go 출시 버전이 Go 1.19인 경우 Cloud 클라이언트 라이브러리는 Go 1.19, Go 1.18, Go 1.17과 호환됩니다. Cloud 클라이언트 라이브러리에 대한 상세 내용은 클라이언트 라이브러리 설명을 참조하세요.
신규 개발
새 프로젝트를 시작할 때는 가능한 경우 현재 Go 출시 버전을 선택하는 것이 좋습니다. 이렇게 하면 런타임이 지원되는 Go 출시 버전 내에 있고 중요한 보안 패치를 받을 수 있습니다.
프로덕션 시스템을 최신 상태로 유지
중요한 보안 및 버그 수정이 적용되도록 보장하기 위해서는 프로덕션 시스템을 지원되는 Go 런타임에 유지하는 것이 가장 좋습니다. Go 클라우드 클라이언트 라이브러리는 이전 버전의 Go 런타임과 호환되지 않을 때 마이너 버전이 증가됩니다. 주 버전 및 마이너 버전 사용에 대한 자세한 내용은 시맨틱 버전 관리를 참조하세요.
[[["이해하기 쉬움","easyToUnderstand","thumb-up"],["문제가 해결됨","solvedMyProblem","thumb-up"],["기타","otherUp","thumb-up"]],[["이해하기 어려움","hardToUnderstand","thumb-down"],["잘못된 정보 또는 샘플 코드","incorrectInformationOrSampleCode","thumb-down"],["필요한 정보/샘플이 없음","missingTheInformationSamplesINeed","thumb-down"],["번역 문제","translationIssue","thumb-down"],["기타","otherDown","thumb-down"]],["최종 업데이트: 2024-12-21(UTC)"],[[["\u003cp\u003eCloud Client Libraries for Go support the two most recent major Go releases, aligning with the Go programming language's release policy.\u003c/p\u003e\n"],["\u003cp\u003eNew projects should use the current Go release to maintain compatibility and receive security patches.\u003c/p\u003e\n"],["\u003cp\u003eProduction systems should remain on supported Go runtimes to get vital security and bug fixes.\u003c/p\u003e\n"],["\u003cp\u003eCloud Client Libraries increment a minor version when dropping compatibility with an older Go runtime version.\u003c/p\u003e\n"],["\u003cp\u003eThe supported Go versions can be found in the \u003ca href=\"https://github.com/googleapis/google-cloud-go#go-versions-supported\"\u003egoogle-cloud-go README\u003c/a\u003e.\u003c/p\u003e\n"]]],[],null,["# Supported Go Versions\n\nCloud Client Libraries for Go are compatible with the two most-recent major Go\nreleases, the same [policy](https://go.dev/doc/devel/release#policy)\nthe Go programming language follows. This means that Cloud Client Libraries for Go\nare compatible with [all supported Go releases](https://go.dev/doc/devel/release).\nFor example, if the current Go release is Go 1.24, the Cloud Client Libraries for Go\nare compatible with Go 1.23 and Go 1.24. For more information on\nCloud Client Libraries, see [Client libraries explained](/apis/docs/client-libraries-explained).\n\nFor new development\n-------------------\n\nWhen starting a new project, we recommend choosing the current release of Go if\npossible. This ensures that your runtime is within the supported Go releases and\nreceives critical security patches.\n\nKeeping production systems current\n----------------------------------\n\nKeeping your production systems on supported Go runtimes is the best way to\nensure that you receive critical security and bug fixes. Our Go\nCloud Client Libraries increment a minor version when dropping compatibility with\nan earlier Go runtime version. For more information about the use of major and\nminor versions, see\n[Semantic Versioning](https://semver.org/).\n\nWhere to find version information\n---------------------------------\n\nTo find out what Go versions are supported, see the\n[google-cloud-go README](https://github.com/googleapis/google-cloud-go#go-versions-supported)."]]