diff --git a/.github/workflows/apidiff.yml b/.github/workflows/apidiff.yml index 6ac65714ec16..7e8096819f45 100644 --- a/.github/workflows/apidiff.yml +++ b/.github/workflows/apidiff.yml @@ -22,7 +22,7 @@ jobs: - uses: actions/checkout@v4 - uses: actions/setup-go@v5 with: - go-version: '1.24.x' + go-version: '1.25.x' - name: Get changed directories id: changed_dirs # Ignore changes to the internal and root directories. @@ -53,7 +53,7 @@ jobs: steps: - uses: actions/setup-go@v5 with: - go-version: '1.24.x' + go-version: '1.25.x' - name: Install latest apidiff run: go install golang.org/x/exp/cmd/apidiff@latest - uses: actions/checkout@v4 diff --git a/.github/workflows/conformance.yaml b/.github/workflows/conformance.yaml index 90fc7395500c..cc903ac11744 100644 --- a/.github/workflows/conformance.yaml +++ b/.github/workflows/conformance.yaml @@ -36,7 +36,7 @@ jobs: strategy: matrix: # Bigtable test proxy can be run on any of these Go versions - go: [ '1.23', '1.24'] + go: [ '1.24', '1.25'] folders: ['bigtable'] steps: - uses: actions/checkout@v4 diff --git a/.github/workflows/new_client.yml b/.github/workflows/new_client.yml index 469306b20416..22bf8afaddd7 100644 --- a/.github/workflows/new_client.yml +++ b/.github/workflows/new_client.yml @@ -23,7 +23,7 @@ jobs: fetch-depth: 2 - uses: actions/setup-go@v5 with: - go-version: 1.24.x + go-version: 1.25.x - name: Find new version files id: versions # Ignore changes to the internal and root directories. diff --git a/.github/workflows/owlbot_validation.yml b/.github/workflows/owlbot_validation.yml index ce0661af1619..e3922a5186b8 100644 --- a/.github/workflows/owlbot_validation.yml +++ b/.github/workflows/owlbot_validation.yml @@ -18,7 +18,7 @@ jobs: fetch-depth: 1 - uses: actions/setup-go@v5 with: - go-version: 1.24.x + go-version: 1.25.x - run: | git clone -b master --single-branch --depth=1 https://github.com/googleapis/googleapis.git go run ./internal/postprocessor validate -googleapis-dir=./googleapis diff --git a/.github/workflows/third_party_check.yml b/.github/workflows/third_party_check.yml index 07d57bcbcd01..df1d3a6d24a4 100644 --- a/.github/workflows/third_party_check.yml +++ b/.github/workflows/third_party_check.yml @@ -20,7 +20,7 @@ jobs: fetch-depth: 2 - uses: actions/setup-go@v5 with: - go-version: 1.24.x + go-version: 1.25.x - name: Find modified go.mod files id: modfiles run: | diff --git a/.github/workflows/vet.yml b/.github/workflows/vet.yml index 2127463dc30b..336b389d39bf 100644 --- a/.github/workflows/vet.yml +++ b/.github/workflows/vet.yml @@ -19,7 +19,7 @@ jobs: - uses: actions/checkout@v4 - uses: actions/setup-go@v5 with: - go-version: '1.24.x' + go-version: '1.25.x' - name: Install tools run: | go install golang.org/x/lint/golint@latest && \ diff --git a/README.md b/README.md index 98d47fa2c438..5fd6ff388c56 100644 --- a/README.md +++ b/README.md @@ -24,8 +24,8 @@ Our libraries are compatible with the two most recent major Go releases, the same [policy](https://go.dev/doc/devel/release#policy) the Go programming language follows. This means the currently supported versions are: -- Go 1.23 - Go 1.24 +- Go 1.25 ## Authentication diff --git a/accessapproval/go.mod b/accessapproval/go.mod index 205aabc063e4..172892f76c8e 100644 --- a/accessapproval/go.mod +++ b/accessapproval/go.mod @@ -1,6 +1,6 @@ module cloud.google.com/go/accessapproval -go 1.23.0 +go 1.24.0 require ( github.com/googleapis/gax-go/v2 v2.15.0 diff --git a/accesscontextmanager/go.mod b/accesscontextmanager/go.mod index f7c3937d0607..8cfaf0d117fe 100644 --- a/accesscontextmanager/go.mod +++ b/accesscontextmanager/go.mod @@ -1,6 +1,6 @@ module cloud.google.com/go/accesscontextmanager -go 1.23.0 +go 1.24.0 require ( cloud.google.com/go/iam v1.5.2 diff --git a/advisorynotifications/go.mod b/advisorynotifications/go.mod index 1a647770bd25..57c74ee31eaa 100644 --- a/advisorynotifications/go.mod +++ b/advisorynotifications/go.mod @@ -1,6 +1,6 @@ module cloud.google.com/go/advisorynotifications -go 1.23.0 +go 1.24.0 require ( github.com/googleapis/gax-go/v2 v2.15.0 diff --git a/ai/go.mod b/ai/go.mod index 1fa1d80b5aec..eac767812d4e 100644 --- a/ai/go.mod +++ b/ai/go.mod @@ -1,6 +1,6 @@ module cloud.google.com/go/ai -go 1.23.0 +go 1.24.0 require ( cloud.google.com/go/longrunning v0.6.7 diff --git a/aiplatform/go.mod b/aiplatform/go.mod index 5c38edc71652..d739470e0ae4 100644 --- a/aiplatform/go.mod +++ b/aiplatform/go.mod @@ -1,6 +1,6 @@ module cloud.google.com/go/aiplatform -go 1.23.0 +go 1.24.0 require ( cloud.google.com/go/iam v1.5.2 diff --git a/alloydb/go.mod b/alloydb/go.mod index 17a7a1e77992..e7af2d4986a3 100644 --- a/alloydb/go.mod +++ b/alloydb/go.mod @@ -1,6 +1,6 @@ module cloud.google.com/go/alloydb -go 1.23.0 +go 1.24.0 require ( cloud.google.com/go/longrunning v0.6.7 diff --git a/analytics/go.mod b/analytics/go.mod index 9d3ee9b0b903..b104d50265f5 100644 --- a/analytics/go.mod +++ b/analytics/go.mod @@ -1,6 +1,6 @@ module cloud.google.com/go/analytics -go 1.23.0 +go 1.24.0 require ( github.com/googleapis/gax-go/v2 v2.15.0 diff --git a/apigateway/go.mod b/apigateway/go.mod index a5c974cf9f44..e0f0602c8e07 100644 --- a/apigateway/go.mod +++ b/apigateway/go.mod @@ -1,6 +1,6 @@ module cloud.google.com/go/apigateway -go 1.23.0 +go 1.24.0 require ( cloud.google.com/go/longrunning v0.6.7 diff --git a/apigeeconnect/go.mod b/apigeeconnect/go.mod index 2a493f05f78f..e798ffafef6d 100644 --- a/apigeeconnect/go.mod +++ b/apigeeconnect/go.mod @@ -1,6 +1,6 @@ module cloud.google.com/go/apigeeconnect -go 1.23.0 +go 1.24.0 require ( github.com/googleapis/gax-go/v2 v2.15.0 diff --git a/apigeeregistry/go.mod b/apigeeregistry/go.mod index 501812b67494..c808c37b7613 100644 --- a/apigeeregistry/go.mod +++ b/apigeeregistry/go.mod @@ -1,6 +1,6 @@ module cloud.google.com/go/apigeeregistry -go 1.23.0 +go 1.24.0 require ( cloud.google.com/go/iam v1.5.2 diff --git a/apihub/go.mod b/apihub/go.mod index c7c1a6e08392..a8ed1c15634f 100644 --- a/apihub/go.mod +++ b/apihub/go.mod @@ -1,6 +1,6 @@ module cloud.google.com/go/apihub -go 1.23.0 +go 1.24.0 require ( cloud.google.com/go/longrunning v0.6.7 diff --git a/apikeys/go.mod b/apikeys/go.mod index a665569c1fce..0036d27dabaa 100644 --- a/apikeys/go.mod +++ b/apikeys/go.mod @@ -1,6 +1,6 @@ module cloud.google.com/go/apikeys -go 1.23.0 +go 1.24.0 require ( cloud.google.com/go/longrunning v0.6.7 diff --git a/appengine/go.mod b/appengine/go.mod index a8da46ecb25d..fd489514d813 100644 --- a/appengine/go.mod +++ b/appengine/go.mod @@ -1,6 +1,6 @@ module cloud.google.com/go/appengine -go 1.23.0 +go 1.24.0 require ( cloud.google.com/go/longrunning v0.6.7 diff --git a/apphub/go.mod b/apphub/go.mod index b884412c2a2e..9313ff11e009 100644 --- a/apphub/go.mod +++ b/apphub/go.mod @@ -1,6 +1,6 @@ module cloud.google.com/go/apphub -go 1.23.0 +go 1.24.0 require ( cloud.google.com/go/iam v1.5.2 diff --git a/apps/go.mod b/apps/go.mod index 23d1ecc73081..2e32a5a25f86 100644 --- a/apps/go.mod +++ b/apps/go.mod @@ -1,6 +1,6 @@ module cloud.google.com/go/apps -go 1.23.0 +go 1.24.0 require ( cloud.google.com/go/longrunning v0.6.7 diff --git a/area120/go.mod b/area120/go.mod index 5cfe71814067..13dd5e0519b2 100644 --- a/area120/go.mod +++ b/area120/go.mod @@ -1,6 +1,6 @@ module cloud.google.com/go/area120 -go 1.23.0 +go 1.24.0 require ( github.com/googleapis/gax-go/v2 v2.15.0 diff --git a/artifactregistry/go.mod b/artifactregistry/go.mod index 80d4e22ac1b6..afd3e835b187 100644 --- a/artifactregistry/go.mod +++ b/artifactregistry/go.mod @@ -1,6 +1,6 @@ module cloud.google.com/go/artifactregistry -go 1.23.0 +go 1.24.0 require ( cloud.google.com/go/iam v1.5.2 diff --git a/asset/go.mod b/asset/go.mod index 7694e16137f4..606b61159d92 100644 --- a/asset/go.mod +++ b/asset/go.mod @@ -1,6 +1,6 @@ module cloud.google.com/go/asset -go 1.23.0 +go 1.24.0 require ( cloud.google.com/go/accesscontextmanager v1.9.6 diff --git a/assuredworkloads/go.mod b/assuredworkloads/go.mod index 5bc260b47e77..a777bd36262b 100644 --- a/assuredworkloads/go.mod +++ b/assuredworkloads/go.mod @@ -1,6 +1,6 @@ module cloud.google.com/go/assuredworkloads -go 1.23.0 +go 1.24.0 require ( cloud.google.com/go/longrunning v0.6.7 diff --git a/auth/credentials/internal/externalaccount/externalaccount_test.go b/auth/credentials/internal/externalaccount/externalaccount_test.go index 77ce47a44dde..7c2d3c417066 100644 --- a/auth/credentials/internal/externalaccount/externalaccount_test.go +++ b/auth/credentials/internal/externalaccount/externalaccount_test.go @@ -621,7 +621,7 @@ func TestClient(t *testing.T) { t.Fatalf("o.validate() = nil, want error") } if err != nil && !tc.wantErr { - t.Fatalf(err.Error()) + t.Fatal(err.Error()) } if tc.wantClientChanged { diff --git a/auth/go.mod b/auth/go.mod index 69e3188d7e4e..f6c27c5cda76 100644 --- a/auth/go.mod +++ b/auth/go.mod @@ -1,6 +1,6 @@ module cloud.google.com/go/auth -go 1.23.0 +go 1.24.0 require ( cloud.google.com/go/compute/metadata v0.8.0 diff --git a/auth/oauth2adapt/go.mod b/auth/oauth2adapt/go.mod index 1692d1f8500e..42a7fe1bca55 100644 --- a/auth/oauth2adapt/go.mod +++ b/auth/oauth2adapt/go.mod @@ -1,6 +1,6 @@ module cloud.google.com/go/auth/oauth2adapt -go 1.23.0 +go 1.24.0 require ( cloud.google.com/go/auth v0.16.5 diff --git a/automl/go.mod b/automl/go.mod index eefef1f38aa3..0485521432c8 100644 --- a/automl/go.mod +++ b/automl/go.mod @@ -1,6 +1,6 @@ module cloud.google.com/go/automl -go 1.23.0 +go 1.24.0 require ( cloud.google.com/go/longrunning v0.6.7 diff --git a/backupdr/go.mod b/backupdr/go.mod index 08c1927f8623..963e7c2ca5f9 100644 --- a/backupdr/go.mod +++ b/backupdr/go.mod @@ -1,6 +1,6 @@ module cloud.google.com/go/backupdr -go 1.23.0 +go 1.24.0 require ( cloud.google.com/go/iam v1.5.2 diff --git a/baremetalsolution/go.mod b/baremetalsolution/go.mod index 1da9441430e9..dba20dc6f1d2 100644 --- a/baremetalsolution/go.mod +++ b/baremetalsolution/go.mod @@ -1,6 +1,6 @@ module cloud.google.com/go/baremetalsolution -go 1.23.0 +go 1.24.0 require ( cloud.google.com/go/longrunning v0.6.7 diff --git a/batch/go.mod b/batch/go.mod index 91a9f49a0198..b2dff5b6a8c1 100644 --- a/batch/go.mod +++ b/batch/go.mod @@ -1,6 +1,6 @@ module cloud.google.com/go/batch -go 1.23.0 +go 1.24.0 require ( cloud.google.com/go/iam v1.5.2 diff --git a/beyondcorp/go.mod b/beyondcorp/go.mod index cc85e531ef9a..d4cf74e57b52 100644 --- a/beyondcorp/go.mod +++ b/beyondcorp/go.mod @@ -1,6 +1,6 @@ module cloud.google.com/go/beyondcorp -go 1.23.0 +go 1.24.0 require ( cloud.google.com/go/iam v1.5.2 diff --git a/bigquery/go.mod b/bigquery/go.mod index c246bf09e375..7296032cdd66 100644 --- a/bigquery/go.mod +++ b/bigquery/go.mod @@ -1,6 +1,6 @@ module cloud.google.com/go/bigquery -go 1.23.0 +go 1.24.0 require ( cloud.google.com/go v0.121.6 diff --git a/bigquery/v2/go.mod b/bigquery/v2/go.mod index 2313fe5fafbc..cc901109ba8c 100644 --- a/bigquery/v2/go.mod +++ b/bigquery/v2/go.mod @@ -1,6 +1,6 @@ module cloud.google.com/go/bigquery/v2 -go 1.23.0 +go 1.24.0 require ( cloud.google.com/go v0.121.6 diff --git a/bigtable/bigtable.go b/bigtable/bigtable.go index 004a156edbfc..f02d7d28d8a4 100644 --- a/bigtable/bigtable.go +++ b/bigtable/bigtable.go @@ -2043,7 +2043,7 @@ func (t *Table) doApplyBulk(ctx context.Context, entryErrs []*entryErr, headerMD if s.Code == int32(codes.OK) { entryErrs[entry.Index].Err = nil } else { - entryErrs[entry.Index].Err = status.Errorf(codes.Code(s.Code), s.Message) + entryErrs[entry.Index].Err = status.Error(codes.Code(s.Code), s.Message) } } after(res) diff --git a/bigtable/go.mod b/bigtable/go.mod index 369fd9c6c1b0..6eccf4291e6f 100644 --- a/bigtable/go.mod +++ b/bigtable/go.mod @@ -1,6 +1,6 @@ module cloud.google.com/go/bigtable -go 1.23.0 +go 1.24.0 require ( cloud.google.com/go v0.121.6 diff --git a/bigtable/metrics_util_test.go b/bigtable/metrics_util_test.go index 0fd10327d56a..7ca99966e133 100644 --- a/bigtable/metrics_util_test.go +++ b/bigtable/metrics_util_test.go @@ -17,6 +17,7 @@ limitations under the License. package bigtable import ( + "errors" "fmt" "testing" @@ -152,7 +153,7 @@ func TestExtractLocation(t *testing.T) { trailerMD: metadata.MD{}, wantCluster: defaultCluster, wantZone: defaultZone, - wantError: fmt.Errorf(invalidFormatErr), + wantError: errors.New(invalidFormatErr), }, { desc: "Invalid location metadata format in trailer", @@ -162,7 +163,7 @@ func TestExtractLocation(t *testing.T) { }, wantCluster: defaultCluster, wantZone: defaultZone, - wantError: fmt.Errorf(invalidFormatErr), + wantError: errors.New(invalidFormatErr), }, } diff --git a/bigtable/retry_test.go b/bigtable/retry_test.go index 8bb40a94b3e3..3227818878e7 100644 --- a/bigtable/retry_test.go +++ b/bigtable/retry_test.go @@ -83,7 +83,7 @@ func TestRetryApply(t *testing.T) { errInjector := func(ctx context.Context, req interface{}, info *grpc.UnaryServerInfo, handler grpc.UnaryHandler) (interface{}, error) { if strings.HasSuffix(info.FullMethod, "MutateRow") && errCount < 3 { errCount++ - return nil, status.Errorf(code, errMsg) + return nil, status.Error(code, errMsg) } return handler(ctx, req) } diff --git a/bigtable/type_test.go b/bigtable/type_test.go index 8524da724703..82d6ad445681 100644 --- a/bigtable/type_test.go +++ b/bigtable/type_test.go @@ -275,14 +275,14 @@ func TestAggregateProto(t *testing.T) { }, }, }} - for _, tc := range testCases { - t.Run(tc.name, func(t *testing.T) { + for i := range testCases { + t.Run(testCases[i].name, func(t *testing.T) { want := &btapb.Type{ Kind: &btapb.Type_AggregateType{ - AggregateType: &tc.protoAgg, + AggregateType: &testCases[i].protoAgg, }, } - at := AggregateType{Input: Int64Type{Encoding: BigEndianBytesEncoding{}}, Aggregator: tc.agg} + at := AggregateType{Input: Int64Type{Encoding: BigEndianBytesEncoding{}}, Aggregator: testCases[i].agg} assertType(t, at, want) }) diff --git a/billing/go.mod b/billing/go.mod index 5deb35f03d71..7c827acc4db9 100644 --- a/billing/go.mod +++ b/billing/go.mod @@ -1,6 +1,6 @@ module cloud.google.com/go/billing -go 1.23.0 +go 1.24.0 require ( cloud.google.com/go/iam v1.5.2 diff --git a/binaryauthorization/go.mod b/binaryauthorization/go.mod index 1e2e78e29e25..952ed9683d60 100644 --- a/binaryauthorization/go.mod +++ b/binaryauthorization/go.mod @@ -1,6 +1,6 @@ module cloud.google.com/go/binaryauthorization -go 1.23.0 +go 1.24.0 require ( github.com/googleapis/gax-go/v2 v2.15.0 diff --git a/certificatemanager/go.mod b/certificatemanager/go.mod index 6af700651c03..362dbbdd99a2 100644 --- a/certificatemanager/go.mod +++ b/certificatemanager/go.mod @@ -1,6 +1,6 @@ module cloud.google.com/go/certificatemanager -go 1.23.0 +go 1.24.0 require ( cloud.google.com/go/longrunning v0.6.7 diff --git a/channel/go.mod b/channel/go.mod index 145ecfbf5b03..68e7a033c11a 100644 --- a/channel/go.mod +++ b/channel/go.mod @@ -1,6 +1,6 @@ module cloud.google.com/go/channel -go 1.23.0 +go 1.24.0 require ( cloud.google.com/go/longrunning v0.6.7 diff --git a/chat/go.mod b/chat/go.mod index 0bb6ce67b2b1..0ea89ccec234 100644 --- a/chat/go.mod +++ b/chat/go.mod @@ -1,6 +1,6 @@ module cloud.google.com/go/chat -go 1.23.0 +go 1.24.0 require ( github.com/googleapis/gax-go/v2 v2.15.0 diff --git a/chronicle/go.mod b/chronicle/go.mod index 352e9ce277e8..d8f051139ff9 100644 --- a/chronicle/go.mod +++ b/chronicle/go.mod @@ -1,6 +1,6 @@ module cloud.google.com/go/chronicle -go 1.23.0 +go 1.24.0 require ( cloud.google.com/go/longrunning v0.6.7 diff --git a/cloudbuild/go.mod b/cloudbuild/go.mod index 72cc29378b54..8e53c0a41f4e 100644 --- a/cloudbuild/go.mod +++ b/cloudbuild/go.mod @@ -1,6 +1,6 @@ module cloud.google.com/go/cloudbuild -go 1.23.0 +go 1.24.0 require ( cloud.google.com/go/iam v1.5.2 diff --git a/cloudcontrolspartner/go.mod b/cloudcontrolspartner/go.mod index 8128eecdb76f..35f6a49a59f6 100644 --- a/cloudcontrolspartner/go.mod +++ b/cloudcontrolspartner/go.mod @@ -1,6 +1,6 @@ module cloud.google.com/go/cloudcontrolspartner -go 1.23.0 +go 1.24.0 require ( github.com/googleapis/gax-go/v2 v2.15.0 diff --git a/clouddms/go.mod b/clouddms/go.mod index 7720631266be..0bc45db4272d 100644 --- a/clouddms/go.mod +++ b/clouddms/go.mod @@ -1,6 +1,6 @@ module cloud.google.com/go/clouddms -go 1.23.0 +go 1.24.0 require ( cloud.google.com/go/iam v1.5.2 diff --git a/cloudprofiler/go.mod b/cloudprofiler/go.mod index de50a53ff242..dbd9a386838e 100644 --- a/cloudprofiler/go.mod +++ b/cloudprofiler/go.mod @@ -1,6 +1,6 @@ module cloud.google.com/go/cloudprofiler -go 1.23.0 +go 1.24.0 require ( github.com/googleapis/gax-go/v2 v2.15.0 diff --git a/cloudquotas/go.mod b/cloudquotas/go.mod index 7345c60e3cb0..2b37955dd939 100644 --- a/cloudquotas/go.mod +++ b/cloudquotas/go.mod @@ -1,6 +1,6 @@ module cloud.google.com/go/cloudquotas -go 1.23.0 +go 1.24.0 require ( github.com/googleapis/gax-go/v2 v2.15.0 diff --git a/cloudtasks/go.mod b/cloudtasks/go.mod index bc55bfcab53a..88b02083e346 100644 --- a/cloudtasks/go.mod +++ b/cloudtasks/go.mod @@ -1,6 +1,6 @@ module cloud.google.com/go/cloudtasks -go 1.23.0 +go 1.24.0 require ( cloud.google.com/go/iam v1.5.2 diff --git a/commerce/go.mod b/commerce/go.mod index 90394c35d9f0..33bb7dea7f1d 100644 --- a/commerce/go.mod +++ b/commerce/go.mod @@ -1,6 +1,6 @@ module cloud.google.com/go/commerce -go 1.23.0 +go 1.24.0 require ( cloud.google.com/go/longrunning v0.6.7 diff --git a/compute/go.mod b/compute/go.mod index cdf4cdd9b994..03c683ee477c 100644 --- a/compute/go.mod +++ b/compute/go.mod @@ -1,6 +1,6 @@ module cloud.google.com/go/compute -go 1.23.0 +go 1.24.0 require ( cloud.google.com/go v0.121.6 diff --git a/compute/metadata/go.mod b/compute/metadata/go.mod index 43c9eb6cad59..dae4ed630634 100644 --- a/compute/metadata/go.mod +++ b/compute/metadata/go.mod @@ -1,6 +1,6 @@ module cloud.google.com/go/compute/metadata -go 1.23.0 +go 1.24.0 require ( github.com/google/go-cmp v0.7.0 diff --git a/confidentialcomputing/go.mod b/confidentialcomputing/go.mod index 88b8b2b76f85..f4e842b33bcf 100644 --- a/confidentialcomputing/go.mod +++ b/confidentialcomputing/go.mod @@ -1,6 +1,6 @@ module cloud.google.com/go/confidentialcomputing -go 1.23.0 +go 1.24.0 require ( github.com/googleapis/gax-go/v2 v2.15.0 diff --git a/config/go.mod b/config/go.mod index 8dcbfa6d8028..ba1110621821 100644 --- a/config/go.mod +++ b/config/go.mod @@ -1,6 +1,6 @@ module cloud.google.com/go/config -go 1.23.0 +go 1.24.0 require ( cloud.google.com/go/iam v1.5.2 diff --git a/configdelivery/go.mod b/configdelivery/go.mod index 3ce03beac9b6..d4becd315f1d 100644 --- a/configdelivery/go.mod +++ b/configdelivery/go.mod @@ -1,6 +1,6 @@ module cloud.google.com/go/configdelivery -go 1.23.0 +go 1.24.0 require ( cloud.google.com/go/longrunning v0.6.7 diff --git a/contactcenterinsights/go.mod b/contactcenterinsights/go.mod index cbe3e253f97b..a90e6b46d47b 100644 --- a/contactcenterinsights/go.mod +++ b/contactcenterinsights/go.mod @@ -1,6 +1,6 @@ module cloud.google.com/go/contactcenterinsights -go 1.23.0 +go 1.24.0 require ( cloud.google.com/go/longrunning v0.6.7 diff --git a/container/go.mod b/container/go.mod index 7ebac0f490c3..be83a8f57892 100644 --- a/container/go.mod +++ b/container/go.mod @@ -1,6 +1,6 @@ module cloud.google.com/go/container -go 1.23.0 +go 1.24.0 require ( cloud.google.com/go v0.121.6 diff --git a/containeranalysis/go.mod b/containeranalysis/go.mod index 1131abacda5e..b7ca23280373 100644 --- a/containeranalysis/go.mod +++ b/containeranalysis/go.mod @@ -1,6 +1,6 @@ module cloud.google.com/go/containeranalysis -go 1.23.0 +go 1.24.0 require ( cloud.google.com/go v0.121.6 diff --git a/datacatalog/go.mod b/datacatalog/go.mod index 4439a4a20152..6226bb91e28b 100644 --- a/datacatalog/go.mod +++ b/datacatalog/go.mod @@ -1,6 +1,6 @@ module cloud.google.com/go/datacatalog -go 1.23.0 +go 1.24.0 require ( cloud.google.com/go/iam v1.5.2 diff --git a/dataflow/go.mod b/dataflow/go.mod index e9703c38cf0d..a79302dc0e65 100644 --- a/dataflow/go.mod +++ b/dataflow/go.mod @@ -1,6 +1,6 @@ module cloud.google.com/go/dataflow -go 1.23.0 +go 1.24.0 require ( github.com/googleapis/gax-go/v2 v2.15.0 diff --git a/dataform/go.mod b/dataform/go.mod index 97d59092e5cc..95784dee93ab 100644 --- a/dataform/go.mod +++ b/dataform/go.mod @@ -1,6 +1,6 @@ module cloud.google.com/go/dataform -go 1.23.0 +go 1.24.0 require ( cloud.google.com/go/iam v1.5.2 diff --git a/datafusion/go.mod b/datafusion/go.mod index 41e6bec29093..e83d464641e1 100644 --- a/datafusion/go.mod +++ b/datafusion/go.mod @@ -1,6 +1,6 @@ module cloud.google.com/go/datafusion -go 1.23.0 +go 1.24.0 require ( cloud.google.com/go/longrunning v0.6.7 diff --git a/datalabeling/go.mod b/datalabeling/go.mod index aeb442ee90bc..6c0f940fe2d7 100644 --- a/datalabeling/go.mod +++ b/datalabeling/go.mod @@ -1,6 +1,6 @@ module cloud.google.com/go/datalabeling -go 1.23.0 +go 1.24.0 require ( cloud.google.com/go/longrunning v0.6.7 diff --git a/dataplex/go.mod b/dataplex/go.mod index 8bc77e46e6f5..77bb8ae5674c 100644 --- a/dataplex/go.mod +++ b/dataplex/go.mod @@ -1,6 +1,6 @@ module cloud.google.com/go/dataplex -go 1.23.0 +go 1.24.0 require ( cloud.google.com/go/iam v1.5.2 diff --git a/dataproc/go.mod b/dataproc/go.mod index c9b7e39db25a..5657ea5da30e 100644 --- a/dataproc/go.mod +++ b/dataproc/go.mod @@ -1,6 +1,6 @@ module cloud.google.com/go/dataproc/v2 -go 1.23.0 +go 1.24.0 require ( cloud.google.com/go/iam v1.5.2 diff --git a/dataqna/go.mod b/dataqna/go.mod index 8f8b3be9cd56..089e5214a5f9 100644 --- a/dataqna/go.mod +++ b/dataqna/go.mod @@ -1,6 +1,6 @@ module cloud.google.com/go/dataqna -go 1.23.0 +go 1.24.0 require ( github.com/googleapis/gax-go/v2 v2.15.0 diff --git a/datastore/go.mod b/datastore/go.mod index 4e2cc11e29d3..9832cc7d2422 100644 --- a/datastore/go.mod +++ b/datastore/go.mod @@ -1,6 +1,6 @@ module cloud.google.com/go/datastore -go 1.23.0 +go 1.24.0 require ( cloud.google.com/go v0.121.6 diff --git a/datastream/go.mod b/datastream/go.mod index aba8eb38c2c8..64d3111ce5a6 100644 --- a/datastream/go.mod +++ b/datastream/go.mod @@ -1,6 +1,6 @@ module cloud.google.com/go/datastream -go 1.23.0 +go 1.24.0 require ( cloud.google.com/go/iam v1.5.2 diff --git a/deploy/go.mod b/deploy/go.mod index 95b2e118167c..f98551e6248c 100644 --- a/deploy/go.mod +++ b/deploy/go.mod @@ -1,6 +1,6 @@ module cloud.google.com/go/deploy -go 1.23.0 +go 1.24.0 require ( cloud.google.com/go/iam v1.5.2 diff --git a/developerconnect/go.mod b/developerconnect/go.mod index b243dcab299c..5b4b783d31ef 100644 --- a/developerconnect/go.mod +++ b/developerconnect/go.mod @@ -1,6 +1,6 @@ module cloud.google.com/go/developerconnect -go 1.23.0 +go 1.24.0 require ( cloud.google.com/go/longrunning v0.6.7 diff --git a/devicestreaming/go.mod b/devicestreaming/go.mod index 84e065d494c5..1bba07c541df 100644 --- a/devicestreaming/go.mod +++ b/devicestreaming/go.mod @@ -1,6 +1,6 @@ module cloud.google.com/go/devicestreaming -go 1.23.0 +go 1.24.0 require ( github.com/googleapis/gax-go/v2 v2.15.0 diff --git a/dialogflow/go.mod b/dialogflow/go.mod index 0acecde1e2d9..ab8c309dd899 100644 --- a/dialogflow/go.mod +++ b/dialogflow/go.mod @@ -1,6 +1,6 @@ module cloud.google.com/go/dialogflow -go 1.23.0 +go 1.24.0 require ( cloud.google.com/go/longrunning v0.6.7 diff --git a/discoveryengine/go.mod b/discoveryengine/go.mod index f60c29768793..9ae293f4c6af 100644 --- a/discoveryengine/go.mod +++ b/discoveryengine/go.mod @@ -1,6 +1,6 @@ module cloud.google.com/go/discoveryengine -go 1.23.0 +go 1.24.0 require ( cloud.google.com/go/longrunning v0.6.7 diff --git a/dlp/go.mod b/dlp/go.mod index 9456f521a161..cce96f06a825 100644 --- a/dlp/go.mod +++ b/dlp/go.mod @@ -1,6 +1,6 @@ module cloud.google.com/go/dlp -go 1.23.0 +go 1.24.0 require ( github.com/googleapis/gax-go/v2 v2.15.0 diff --git a/documentai/go.mod b/documentai/go.mod index 51e12aac93af..c9393d603949 100644 --- a/documentai/go.mod +++ b/documentai/go.mod @@ -1,6 +1,6 @@ module cloud.google.com/go/documentai -go 1.23.0 +go 1.24.0 require ( cloud.google.com/go/longrunning v0.6.7 diff --git a/domains/go.mod b/domains/go.mod index 51ca81c75b69..9d991313e787 100644 --- a/domains/go.mod +++ b/domains/go.mod @@ -1,6 +1,6 @@ module cloud.google.com/go/domains -go 1.23.0 +go 1.24.0 require ( cloud.google.com/go/longrunning v0.6.7 diff --git a/edgecontainer/go.mod b/edgecontainer/go.mod index ebc4f0f862fd..c739fc185312 100644 --- a/edgecontainer/go.mod +++ b/edgecontainer/go.mod @@ -1,6 +1,6 @@ module cloud.google.com/go/edgecontainer -go 1.23.0 +go 1.24.0 require ( cloud.google.com/go/longrunning v0.6.7 diff --git a/edgenetwork/go.mod b/edgenetwork/go.mod index beb7ca34aa6b..3655a2cf35d7 100644 --- a/edgenetwork/go.mod +++ b/edgenetwork/go.mod @@ -1,6 +1,6 @@ module cloud.google.com/go/edgenetwork -go 1.23.0 +go 1.24.0 require ( cloud.google.com/go/longrunning v0.6.7 diff --git a/errorreporting/go.mod b/errorreporting/go.mod index 060076617766..d1cf14440302 100644 --- a/errorreporting/go.mod +++ b/errorreporting/go.mod @@ -1,6 +1,6 @@ module cloud.google.com/go/errorreporting -go 1.23.0 +go 1.24.0 require ( cloud.google.com/go v0.121.6 diff --git a/essentialcontacts/go.mod b/essentialcontacts/go.mod index 92559da81703..63176c969cd1 100644 --- a/essentialcontacts/go.mod +++ b/essentialcontacts/go.mod @@ -1,6 +1,6 @@ module cloud.google.com/go/essentialcontacts -go 1.23.0 +go 1.24.0 require ( github.com/googleapis/gax-go/v2 v2.15.0 diff --git a/eventarc/go.mod b/eventarc/go.mod index 7a9c505d7737..a2cd139ff75d 100644 --- a/eventarc/go.mod +++ b/eventarc/go.mod @@ -1,6 +1,6 @@ module cloud.google.com/go/eventarc -go 1.23.0 +go 1.24.0 require ( cloud.google.com/go/iam v1.5.2 diff --git a/filestore/go.mod b/filestore/go.mod index 8d5dd512b63c..de4b2719ffd3 100644 --- a/filestore/go.mod +++ b/filestore/go.mod @@ -1,6 +1,6 @@ module cloud.google.com/go/filestore -go 1.23.0 +go 1.24.0 require ( cloud.google.com/go/longrunning v0.6.7 diff --git a/financialservices/go.mod b/financialservices/go.mod index 216376319f8d..5380fdba7e7c 100644 --- a/financialservices/go.mod +++ b/financialservices/go.mod @@ -1,6 +1,6 @@ module cloud.google.com/go/financialservices -go 1.23.0 +go 1.24.0 require ( cloud.google.com/go/longrunning v0.6.7 diff --git a/firestore/go.mod b/firestore/go.mod index 92130b47c069..fb558265c7f1 100644 --- a/firestore/go.mod +++ b/firestore/go.mod @@ -1,6 +1,6 @@ module cloud.google.com/go/firestore -go 1.23.0 +go 1.24.0 require ( cloud.google.com/go v0.121.6 diff --git a/firestore/integration_test.go b/firestore/integration_test.go index d96b5e40f842..571b2dadce51 100644 --- a/firestore/integration_test.go +++ b/firestore/integration_test.go @@ -1232,7 +1232,7 @@ func TestIntegration_QueryDocuments_WhereEntity(t *testing.T) { testutil.Retry(t, 5, 5*time.Second, func(r *testutil.R) { gotDocs, err = test.q.Documents(ctx).GetAll() if err != nil { - r.Errorf(err.Error()) + r.Errorf("%s", err.Error()) } }) if err != nil { @@ -1432,7 +1432,7 @@ func TestIntegration_QueryUnary(t *testing.T) { testutil.Retry(t, 5, 5*time.Second, func(r *testutil.R) { got, err := test.q.Documents(ctx).GetAll() if err != nil { - r.Errorf(err.Error()) + r.Errorf("%s", err.Error()) return } if len(got) != 1 { diff --git a/functions/go.mod b/functions/go.mod index b3066a436522..5560c2b7af4b 100644 --- a/functions/go.mod +++ b/functions/go.mod @@ -1,6 +1,6 @@ module cloud.google.com/go/functions -go 1.23.0 +go 1.24.0 require ( cloud.google.com/go/iam v1.5.2 diff --git a/geminidataanalytics/go.mod b/geminidataanalytics/go.mod index 2f9e98413f4e..d9b2d740b9a9 100644 --- a/geminidataanalytics/go.mod +++ b/geminidataanalytics/go.mod @@ -1,6 +1,6 @@ module cloud.google.com/go/geminidataanalytics -go 1.23.0 +go 1.24.0 require ( cloud.google.com/go/iam v1.5.2 diff --git a/gkebackup/go.mod b/gkebackup/go.mod index e772b2c26f68..2fc0e394be37 100644 --- a/gkebackup/go.mod +++ b/gkebackup/go.mod @@ -1,6 +1,6 @@ module cloud.google.com/go/gkebackup -go 1.23.0 +go 1.24.0 require ( cloud.google.com/go/iam v1.5.2 diff --git a/gkeconnect/go.mod b/gkeconnect/go.mod index b8f6c3613672..44dbf9698e78 100644 --- a/gkeconnect/go.mod +++ b/gkeconnect/go.mod @@ -1,6 +1,6 @@ module cloud.google.com/go/gkeconnect -go 1.23.0 +go 1.24.0 require ( github.com/googleapis/gax-go/v2 v2.15.0 diff --git a/gkehub/go.mod b/gkehub/go.mod index e9eb53852c64..e21083c80d59 100644 --- a/gkehub/go.mod +++ b/gkehub/go.mod @@ -1,6 +1,6 @@ module cloud.google.com/go/gkehub -go 1.23.0 +go 1.24.0 require ( cloud.google.com/go/iam v1.5.2 diff --git a/gkemulticloud/go.mod b/gkemulticloud/go.mod index 41c73a82cd0d..ee304c28ebc4 100644 --- a/gkemulticloud/go.mod +++ b/gkemulticloud/go.mod @@ -1,6 +1,6 @@ module cloud.google.com/go/gkemulticloud -go 1.23.0 +go 1.24.0 require ( cloud.google.com/go/longrunning v0.6.7 diff --git a/go.mod b/go.mod index 973cf0c75af9..6f8dd4069812 100644 --- a/go.mod +++ b/go.mod @@ -1,6 +1,6 @@ module cloud.google.com/go -go 1.23.0 +go 1.24.0 require ( cloud.google.com/go/storage v1.56.0 diff --git a/go.work b/go.work index 4fc566dc4ff8..7a6f5f9cb102 100644 --- a/go.work +++ b/go.work @@ -1,4 +1,4 @@ -go 1.23.0 +go 1.24.0 use ( . diff --git a/grafeas/go.mod b/grafeas/go.mod index 3753db084f90..ee0aa52f3c2c 100644 --- a/grafeas/go.mod +++ b/grafeas/go.mod @@ -1,6 +1,6 @@ module cloud.google.com/go/grafeas -go 1.23.0 +go 1.24.0 require ( cloud.google.com/go v0.121.6 diff --git a/gsuiteaddons/go.mod b/gsuiteaddons/go.mod index 8ed796bf5227..246c8fea5e12 100644 --- a/gsuiteaddons/go.mod +++ b/gsuiteaddons/go.mod @@ -1,6 +1,6 @@ module cloud.google.com/go/gsuiteaddons -go 1.23.0 +go 1.24.0 require ( github.com/googleapis/gax-go/v2 v2.15.0 diff --git a/httpreplay/cmd/httpr/integration_test.go b/httpreplay/cmd/httpr/integration_test.go index 3f827fa45fb0..63ef240b4fc1 100644 --- a/httpreplay/cmd/httpr/integration_test.go +++ b/httpreplay/cmd/httpr/integration_test.go @@ -13,7 +13,6 @@ // limitations under the License. //go:build linux -// +build linux package main_test diff --git a/iam/go.mod b/iam/go.mod index d5728cd45bd5..87ba617f0586 100644 --- a/iam/go.mod +++ b/iam/go.mod @@ -1,6 +1,6 @@ module cloud.google.com/go/iam -go 1.23.0 +go 1.24.0 require ( cloud.google.com/go v0.121.6 diff --git a/iap/go.mod b/iap/go.mod index cd2d58827137..ce753d1aa488 100644 --- a/iap/go.mod +++ b/iap/go.mod @@ -1,6 +1,6 @@ module cloud.google.com/go/iap -go 1.23.0 +go 1.24.0 require ( cloud.google.com/go/iam v1.5.2 diff --git a/identitytoolkit/go.mod b/identitytoolkit/go.mod index 4d90854da18d..604547c7024f 100644 --- a/identitytoolkit/go.mod +++ b/identitytoolkit/go.mod @@ -1,6 +1,6 @@ module cloud.google.com/go/identitytoolkit -go 1.23.0 +go 1.24.0 require ( github.com/googleapis/gax-go/v2 v2.15.0 diff --git a/ids/go.mod b/ids/go.mod index 28fdc8b6970c..a92d0bb855ca 100644 --- a/ids/go.mod +++ b/ids/go.mod @@ -1,6 +1,6 @@ module cloud.google.com/go/ids -go 1.23.0 +go 1.24.0 require ( cloud.google.com/go/longrunning v0.6.7 diff --git a/internal/actions/go.mod b/internal/actions/go.mod index ed34e2906563..d3c366a921cd 100644 --- a/internal/actions/go.mod +++ b/internal/actions/go.mod @@ -1,5 +1,5 @@ module cloud.google.com/go/internal/actions -go 1.23.0 +go 1.24.0 require golang.org/x/mod v0.27.0 diff --git a/internal/aliasfix/go.mod b/internal/aliasfix/go.mod index 4e8f4ae969a3..13bf1a472cd0 100644 --- a/internal/aliasfix/go.mod +++ b/internal/aliasfix/go.mod @@ -1,6 +1,6 @@ module cloud.google.com/go/internal/aliasfix -go 1.23.0 +go 1.24.0 require ( github.com/google/go-cmp v0.7.0 diff --git a/internal/aliasgen/go.mod b/internal/aliasgen/go.mod index 3c4068e4ac03..9cc9f43106af 100644 --- a/internal/aliasgen/go.mod +++ b/internal/aliasgen/go.mod @@ -1,6 +1,6 @@ module cloud.google.com/go/internal/aliasgen -go 1.23.0 +go 1.24.0 require ( github.com/google/go-cmp v0.7.0 diff --git a/internal/carver/go.mod b/internal/carver/go.mod index 0171b7e7cb52..824d955b7567 100644 --- a/internal/carver/go.mod +++ b/internal/carver/go.mod @@ -1,5 +1,5 @@ module cloud.google.com/go/internal/carver -go 1.23.0 +go 1.24.0 require github.com/google/go-cmp v0.7.0 diff --git a/internal/examples/fake/go.mod b/internal/examples/fake/go.mod index ec1da955b13a..4698da69a186 100644 --- a/internal/examples/fake/go.mod +++ b/internal/examples/fake/go.mod @@ -1,6 +1,6 @@ module cloud.google.com/go/internal/examples/fake -go 1.23.0 +go 1.24.0 require ( cloud.google.com/go/translate v1.12.6 diff --git a/internal/examples/mock/go.mod b/internal/examples/mock/go.mod index 7b3326004c43..27e936ea719d 100644 --- a/internal/examples/mock/go.mod +++ b/internal/examples/mock/go.mod @@ -1,6 +1,6 @@ module cloud.google.com/go/internal/examples/mock -go 1.23.0 +go 1.24.0 require ( cloud.google.com/go/translate v1.12.6 diff --git a/internal/gapicgen/cmd/genbot/Dockerfile b/internal/gapicgen/cmd/genbot/Dockerfile index 4786ae6d0b92..11e64639263a 100644 --- a/internal/gapicgen/cmd/genbot/Dockerfile +++ b/internal/gapicgen/cmd/genbot/Dockerfile @@ -1,4 +1,4 @@ -FROM golang:1.23-alpine as godist +FROM golang:1.24-alpine as godist RUN go version FROM docker:25.0 diff --git a/internal/gapicgen/go.mod b/internal/gapicgen/go.mod index 576cc7e1fe0b..3eda4608d145 100644 --- a/internal/gapicgen/go.mod +++ b/internal/gapicgen/go.mod @@ -1,6 +1,6 @@ module cloud.google.com/go/internal/gapicgen -go 1.23.0 +go 1.24.0 require ( github.com/go-git/go-git/v5 v5.16.2 diff --git a/internal/generated/snippets/go.mod b/internal/generated/snippets/go.mod index 7dba82b3033b..238b03034e5a 100644 --- a/internal/generated/snippets/go.mod +++ b/internal/generated/snippets/go.mod @@ -1,6 +1,6 @@ module cloud.google.com/go/internal/generated -go 1.23.0 +go 1.24.0 require ( cloud.google.com/go v0.121.6 // indirect diff --git a/internal/godocfx/go.mod b/internal/godocfx/go.mod index 98d6669a9cdd..6320fee863d6 100644 --- a/internal/godocfx/go.mod +++ b/internal/godocfx/go.mod @@ -1,6 +1,6 @@ module cloud.google.com/go/internal/godocfx -go 1.23.0 +go 1.24.0 require ( cloud.google.com/go v0.121.6 diff --git a/internal/librariangen/Dockerfile b/internal/librariangen/Dockerfile index 03a69c65d4cc..b24bffaddb0d 100644 --- a/internal/librariangen/Dockerfile +++ b/internal/librariangen/Dockerfile @@ -59,7 +59,7 @@ RUN CGO_ENABLED=0 GOOS=linux go build -v -o /librariangen . FROM marketplace.gcr.io/google/debian12:latest # Set environment variables for tool versions for easy updates. -ENV GO_VERSION=1.24.6 +ENV GO_VERSION=1.24.0 ENV PROTOC_VERSION=25.7 ENV GO_PROTOC_PLUGIN_V1_VERSION=1.5.4 ENV GO_PROTOC_PLUGIN_V2_VERSION=1.35.2 diff --git a/internal/librariangen/go.mod b/internal/librariangen/go.mod index 2b5140a5d042..931e2c96405e 100644 --- a/internal/librariangen/go.mod +++ b/internal/librariangen/go.mod @@ -1,6 +1,6 @@ module cloud.google.com/go/internal/postprocessor/librarian/librariangen -go 1.23.0 +go 1.24.0 require ( github.com/google/go-cmp v0.7.0 diff --git a/internal/postprocessor/Dockerfile b/internal/postprocessor/Dockerfile index d1dfffa852b2..31079428b8e8 100644 --- a/internal/postprocessor/Dockerfile +++ b/internal/postprocessor/Dockerfile @@ -15,7 +15,7 @@ FROM marketplace.gcr.io/google/debian12:latest # Set environment variables for the Go version and installation -ENV GO_VERSION 1.23.0 +ENV GO_VERSION 1.24.0 ENV PATH /usr/local/go/bin:/root/go/bin:$PATH RUN apt-get update && \ diff --git a/internal/postprocessor/go.mod b/internal/postprocessor/go.mod index 7889cd7c0ee8..74c187376090 100644 --- a/internal/postprocessor/go.mod +++ b/internal/postprocessor/go.mod @@ -1,6 +1,6 @@ module cloud.google.com/go/internal/postprocessor -go 1.23.0 +go 1.24.0 require ( github.com/go-git/go-git/v5 v5.16.2 diff --git a/internal/pretty/diff.go b/internal/pretty/diff.go index 484cdb90db8b..b7e11dbf2396 100644 --- a/internal/pretty/diff.go +++ b/internal/pretty/diff.go @@ -13,7 +13,6 @@ // limitations under the License. //go:build linux -// +build linux package pretty diff --git a/internal/pretty/diff_test.go b/internal/pretty/diff_test.go index 086e2b6bfad8..09006f604956 100644 --- a/internal/pretty/diff_test.go +++ b/internal/pretty/diff_test.go @@ -13,7 +13,6 @@ // limitations under the License. //go:build linux -// +build linux package pretty diff --git a/internal/protoveneer/go.mod b/internal/protoveneer/go.mod index 626aa77a3a9d..87dad59c76ad 100644 --- a/internal/protoveneer/go.mod +++ b/internal/protoveneer/go.mod @@ -1,6 +1,6 @@ module cloud.google.com/go/internal/protoveneer -go 1.23.0 +go 1.24.0 require ( cloud.google.com/go v0.121.6 diff --git a/internal/stategen/go.mod b/internal/stategen/go.mod index ac0d614942f3..5b4ed5494267 100644 --- a/internal/stategen/go.mod +++ b/internal/stategen/go.mod @@ -1,5 +1,5 @@ module cloud.google.com/go/internal/stategen -go 1.23.0 +go 1.24.0 require gopkg.in/yaml.v3 v3.0.1 diff --git a/iot/go.mod b/iot/go.mod index 37fdcd4ca574..84997d163f0b 100644 --- a/iot/go.mod +++ b/iot/go.mod @@ -1,6 +1,6 @@ module cloud.google.com/go/iot -go 1.23.0 +go 1.24.0 require ( cloud.google.com/go/iam v1.5.2 diff --git a/kms/go.mod b/kms/go.mod index 95a9bbb481a6..3d7947cb5410 100644 --- a/kms/go.mod +++ b/kms/go.mod @@ -1,6 +1,6 @@ module cloud.google.com/go/kms -go 1.23.0 +go 1.24.0 require ( cloud.google.com/go/iam v1.5.2 diff --git a/language/go.mod b/language/go.mod index 44e79cd68601..d596aa288fce 100644 --- a/language/go.mod +++ b/language/go.mod @@ -1,6 +1,6 @@ module cloud.google.com/go/language -go 1.23.0 +go 1.24.0 require ( github.com/googleapis/gax-go/v2 v2.15.0 diff --git a/licensemanager/go.mod b/licensemanager/go.mod index 1c2fedd21916..977c12277425 100644 --- a/licensemanager/go.mod +++ b/licensemanager/go.mod @@ -1,6 +1,6 @@ module cloud.google.com/go/licensemanager -go 1.23.0 +go 1.24.0 require ( cloud.google.com/go/longrunning v0.6.7 diff --git a/lifesciences/go.mod b/lifesciences/go.mod index 116ef6e4ac5b..d1eaf1f279b3 100644 --- a/lifesciences/go.mod +++ b/lifesciences/go.mod @@ -1,6 +1,6 @@ module cloud.google.com/go/lifesciences -go 1.23.0 +go 1.24.0 require ( cloud.google.com/go/longrunning v0.6.7 diff --git a/logging/go.mod b/logging/go.mod index 60d280118f37..b4ea27106ba3 100644 --- a/logging/go.mod +++ b/logging/go.mod @@ -1,6 +1,6 @@ module cloud.google.com/go/logging -go 1.23.0 +go 1.24.0 require ( cloud.google.com/go v0.121.6 diff --git a/longrunning/go.mod b/longrunning/go.mod index e7a436f00969..8c31bf42436b 100644 --- a/longrunning/go.mod +++ b/longrunning/go.mod @@ -1,6 +1,6 @@ module cloud.google.com/go/longrunning -go 1.23.0 +go 1.24.0 require ( cloud.google.com/go v0.121.6 diff --git a/lustre/go.mod b/lustre/go.mod index 52be82e5bfc3..1d5d34a64796 100644 --- a/lustre/go.mod +++ b/lustre/go.mod @@ -1,6 +1,6 @@ module cloud.google.com/go/lustre -go 1.23.0 +go 1.24.0 require ( cloud.google.com/go/longrunning v0.6.7 diff --git a/maintenance/go.mod b/maintenance/go.mod index 1503c4a81f15..9858b1075a1f 100644 --- a/maintenance/go.mod +++ b/maintenance/go.mod @@ -1,6 +1,6 @@ module cloud.google.com/go/maintenance -go 1.23.0 +go 1.24.0 require ( github.com/googleapis/gax-go/v2 v2.15.0 diff --git a/managedidentities/go.mod b/managedidentities/go.mod index cb093e35f981..66c66fcb2692 100644 --- a/managedidentities/go.mod +++ b/managedidentities/go.mod @@ -1,6 +1,6 @@ module cloud.google.com/go/managedidentities -go 1.23.0 +go 1.24.0 require ( cloud.google.com/go/longrunning v0.6.7 diff --git a/managedkafka/go.mod b/managedkafka/go.mod index 475f1f82232e..bdb9674b07de 100644 --- a/managedkafka/go.mod +++ b/managedkafka/go.mod @@ -1,6 +1,6 @@ module cloud.google.com/go/managedkafka -go 1.23.0 +go 1.24.0 require ( cloud.google.com/go/longrunning v0.6.7 diff --git a/maps/go.mod b/maps/go.mod index 98b10b777136..5768e358776a 100644 --- a/maps/go.mod +++ b/maps/go.mod @@ -1,6 +1,6 @@ module cloud.google.com/go/maps -go 1.23.0 +go 1.24.0 require ( cloud.google.com/go/longrunning v0.6.7 diff --git a/mediatranslation/go.mod b/mediatranslation/go.mod index 402e19e9eb2c..ebe837d5d1c4 100644 --- a/mediatranslation/go.mod +++ b/mediatranslation/go.mod @@ -1,6 +1,6 @@ module cloud.google.com/go/mediatranslation -go 1.23.0 +go 1.24.0 require ( github.com/googleapis/gax-go/v2 v2.15.0 diff --git a/memcache/go.mod b/memcache/go.mod index f488d4e1f4e8..d647a7e98bee 100644 --- a/memcache/go.mod +++ b/memcache/go.mod @@ -1,6 +1,6 @@ module cloud.google.com/go/memcache -go 1.23.0 +go 1.24.0 require ( cloud.google.com/go/longrunning v0.6.7 diff --git a/memorystore/go.mod b/memorystore/go.mod index 68bfe3305d14..049ef5230fb6 100644 --- a/memorystore/go.mod +++ b/memorystore/go.mod @@ -1,6 +1,6 @@ module cloud.google.com/go/memorystore -go 1.23.0 +go 1.24.0 require ( cloud.google.com/go/longrunning v0.6.7 diff --git a/metastore/go.mod b/metastore/go.mod index e919051dce90..35fec564835f 100644 --- a/metastore/go.mod +++ b/metastore/go.mod @@ -1,6 +1,6 @@ module cloud.google.com/go/metastore -go 1.23.0 +go 1.24.0 require ( cloud.google.com/go/iam v1.5.2 diff --git a/migrationcenter/go.mod b/migrationcenter/go.mod index fe1ecb48b20d..572e9f93b32c 100644 --- a/migrationcenter/go.mod +++ b/migrationcenter/go.mod @@ -1,6 +1,6 @@ module cloud.google.com/go/migrationcenter -go 1.23.0 +go 1.24.0 require ( cloud.google.com/go/longrunning v0.6.7 diff --git a/modelarmor/go.mod b/modelarmor/go.mod index 5396f0cf7360..6c2662035793 100644 --- a/modelarmor/go.mod +++ b/modelarmor/go.mod @@ -1,6 +1,6 @@ module cloud.google.com/go/modelarmor -go 1.23.0 +go 1.24.0 require ( github.com/googleapis/gax-go/v2 v2.15.0 diff --git a/monitoring/go.mod b/monitoring/go.mod index 2dc69470a0fb..40bdae5798c9 100644 --- a/monitoring/go.mod +++ b/monitoring/go.mod @@ -1,6 +1,6 @@ module cloud.google.com/go/monitoring -go 1.23.0 +go 1.24.0 require ( cloud.google.com/go/longrunning v0.6.7 diff --git a/netapp/go.mod b/netapp/go.mod index 079aee779172..412335ffd895 100644 --- a/netapp/go.mod +++ b/netapp/go.mod @@ -1,6 +1,6 @@ module cloud.google.com/go/netapp -go 1.23.0 +go 1.24.0 require ( cloud.google.com/go/longrunning v0.6.7 diff --git a/networkconnectivity/go.mod b/networkconnectivity/go.mod index 7e16e56f5fd5..d9d7c86d9fc1 100644 --- a/networkconnectivity/go.mod +++ b/networkconnectivity/go.mod @@ -1,6 +1,6 @@ module cloud.google.com/go/networkconnectivity -go 1.23.0 +go 1.24.0 require ( cloud.google.com/go/iam v1.5.2 diff --git a/networkmanagement/go.mod b/networkmanagement/go.mod index 0ef89a74d2f9..303a0f7520fa 100644 --- a/networkmanagement/go.mod +++ b/networkmanagement/go.mod @@ -1,6 +1,6 @@ module cloud.google.com/go/networkmanagement -go 1.23.0 +go 1.24.0 require ( cloud.google.com/go/iam v1.5.2 diff --git a/networksecurity/go.mod b/networksecurity/go.mod index 8f5cf4427a87..282b4d901187 100644 --- a/networksecurity/go.mod +++ b/networksecurity/go.mod @@ -1,6 +1,6 @@ module cloud.google.com/go/networksecurity -go 1.23.0 +go 1.24.0 require ( cloud.google.com/go/iam v1.5.2 diff --git a/networkservices/go.mod b/networkservices/go.mod index 3f6fcc9fadad..388d17e66467 100644 --- a/networkservices/go.mod +++ b/networkservices/go.mod @@ -1,6 +1,6 @@ module cloud.google.com/go/networkservices -go 1.23.0 +go 1.24.0 require ( cloud.google.com/go/iam v1.5.2 diff --git a/notebooks/go.mod b/notebooks/go.mod index b27125a96fb0..eec1a618e110 100644 --- a/notebooks/go.mod +++ b/notebooks/go.mod @@ -1,6 +1,6 @@ module cloud.google.com/go/notebooks -go 1.23.0 +go 1.24.0 require ( cloud.google.com/go/iam v1.5.2 diff --git a/optimization/go.mod b/optimization/go.mod index b269bf5ffccd..fe27c10d35c4 100644 --- a/optimization/go.mod +++ b/optimization/go.mod @@ -1,6 +1,6 @@ module cloud.google.com/go/optimization -go 1.23.0 +go 1.24.0 require ( cloud.google.com/go/longrunning v0.6.7 diff --git a/oracledatabase/go.mod b/oracledatabase/go.mod index 22f2c32874b1..91d928fae58e 100644 --- a/oracledatabase/go.mod +++ b/oracledatabase/go.mod @@ -1,6 +1,6 @@ module cloud.google.com/go/oracledatabase -go 1.23.0 +go 1.24.0 require ( cloud.google.com/go/longrunning v0.6.7 diff --git a/orchestration/go.mod b/orchestration/go.mod index 79b96179b5e3..72f60d90a090 100644 --- a/orchestration/go.mod +++ b/orchestration/go.mod @@ -1,6 +1,6 @@ module cloud.google.com/go/orchestration -go 1.23.0 +go 1.24.0 require ( cloud.google.com/go/longrunning v0.6.7 diff --git a/orgpolicy/go.mod b/orgpolicy/go.mod index 51d952bc9d1a..7107ba7b7092 100644 --- a/orgpolicy/go.mod +++ b/orgpolicy/go.mod @@ -1,6 +1,6 @@ module cloud.google.com/go/orgpolicy -go 1.23.0 +go 1.24.0 require ( github.com/googleapis/gax-go/v2 v2.15.0 diff --git a/osconfig/go.mod b/osconfig/go.mod index a365a407af49..7fe6083acae3 100644 --- a/osconfig/go.mod +++ b/osconfig/go.mod @@ -1,6 +1,6 @@ module cloud.google.com/go/osconfig -go 1.23.0 +go 1.24.0 require ( cloud.google.com/go/longrunning v0.6.7 diff --git a/oslogin/go.mod b/oslogin/go.mod index 4e11aced1bd1..f992fc921e4a 100644 --- a/oslogin/go.mod +++ b/oslogin/go.mod @@ -1,6 +1,6 @@ module cloud.google.com/go/oslogin -go 1.23.0 +go 1.24.0 require ( github.com/googleapis/gax-go/v2 v2.15.0 diff --git a/parallelstore/go.mod b/parallelstore/go.mod index 63343f13198c..8836308b1a41 100644 --- a/parallelstore/go.mod +++ b/parallelstore/go.mod @@ -1,6 +1,6 @@ module cloud.google.com/go/parallelstore -go 1.23.0 +go 1.24.0 require ( cloud.google.com/go/longrunning v0.6.7 diff --git a/parametermanager/go.mod b/parametermanager/go.mod index 6bdd9b9cf9d3..166d3e23986b 100644 --- a/parametermanager/go.mod +++ b/parametermanager/go.mod @@ -1,6 +1,6 @@ module cloud.google.com/go/parametermanager -go 1.23.0 +go 1.24.0 require ( cloud.google.com/go/iam v1.5.2 diff --git a/phishingprotection/go.mod b/phishingprotection/go.mod index 3dc0fe793a4f..25a4bf3a041b 100644 --- a/phishingprotection/go.mod +++ b/phishingprotection/go.mod @@ -1,6 +1,6 @@ module cloud.google.com/go/phishingprotection -go 1.23.0 +go 1.24.0 require ( github.com/googleapis/gax-go/v2 v2.15.0 diff --git a/policysimulator/go.mod b/policysimulator/go.mod index 641a29ebcd39..bf3e65bf1890 100644 --- a/policysimulator/go.mod +++ b/policysimulator/go.mod @@ -1,6 +1,6 @@ module cloud.google.com/go/policysimulator -go 1.23.0 +go 1.24.0 require ( cloud.google.com/go/iam v1.5.2 diff --git a/policytroubleshooter/go.mod b/policytroubleshooter/go.mod index fd6716f2d74b..a37fc776093f 100644 --- a/policytroubleshooter/go.mod +++ b/policytroubleshooter/go.mod @@ -1,6 +1,6 @@ module cloud.google.com/go/policytroubleshooter -go 1.23.0 +go 1.24.0 require ( cloud.google.com/go/iam v1.5.2 diff --git a/privatecatalog/go.mod b/privatecatalog/go.mod index 75377db7a513..7f875bf43d24 100644 --- a/privatecatalog/go.mod +++ b/privatecatalog/go.mod @@ -1,6 +1,6 @@ module cloud.google.com/go/privatecatalog -go 1.23.0 +go 1.24.0 require ( cloud.google.com/go/longrunning v0.6.7 diff --git a/privilegedaccessmanager/go.mod b/privilegedaccessmanager/go.mod index 706638916cab..9b401f7bd68b 100644 --- a/privilegedaccessmanager/go.mod +++ b/privilegedaccessmanager/go.mod @@ -1,6 +1,6 @@ module cloud.google.com/go/privilegedaccessmanager -go 1.23.0 +go 1.24.0 require ( cloud.google.com/go/longrunning v0.6.7 diff --git a/profiler/go.mod b/profiler/go.mod index 543e1b7d40ed..be1b7f537614 100644 --- a/profiler/go.mod +++ b/profiler/go.mod @@ -1,6 +1,6 @@ module cloud.google.com/go/profiler -go 1.23.0 +go 1.24.0 require ( cloud.google.com/go v0.121.6 diff --git a/pubsub/go.mod b/pubsub/go.mod index 2acb1809d3f4..272dba2ce21c 100644 --- a/pubsub/go.mod +++ b/pubsub/go.mod @@ -1,6 +1,6 @@ module cloud.google.com/go/pubsub -go 1.23.0 +go 1.24.0 require ( cloud.google.com/go v0.121.6 diff --git a/pubsub/pstest/fake.go b/pubsub/pstest/fake.go index 89d46de31cb9..cb65f472cb4d 100644 --- a/pubsub/pstest/fake.go +++ b/pubsub/pstest/fake.go @@ -1527,7 +1527,7 @@ type errorInjectionReactor struct { // React simply returns an error with defined error message and status code. func (e *errorInjectionReactor) React(_ interface{}) (handled bool, ret interface{}, err error) { - return true, nil, status.Errorf(e.code, e.msg) + return true, nil, status.Error(e.code, e.msg) } // WithErrorInjection creates a ServerReactorOption that injects error with defined status code and diff --git a/pubsub/v2/go.mod b/pubsub/v2/go.mod index 6979029c5102..03e48acdeadc 100644 --- a/pubsub/v2/go.mod +++ b/pubsub/v2/go.mod @@ -1,6 +1,6 @@ module cloud.google.com/go/pubsub/v2 -go 1.23.0 +go 1.24.0 require ( cloud.google.com/go v0.121.6 diff --git a/pubsub/v2/pstest/fake.go b/pubsub/v2/pstest/fake.go index bcdfe74d6b68..6c41c4709eeb 100644 --- a/pubsub/v2/pstest/fake.go +++ b/pubsub/v2/pstest/fake.go @@ -1527,7 +1527,7 @@ type errorInjectionReactor struct { // React simply returns an error with defined error message and status code. func (e *errorInjectionReactor) React(_ interface{}) (handled bool, ret interface{}, err error) { - return true, nil, status.Errorf(e.code, e.msg) + return true, nil, status.Error(e.code, e.msg) } // WithErrorInjection creates a ServerReactorOption that injects error with defined status code and diff --git a/pubsublite/go.mod b/pubsublite/go.mod index 5122fab8c39f..e0c06a1cfd3b 100644 --- a/pubsublite/go.mod +++ b/pubsublite/go.mod @@ -1,6 +1,6 @@ module cloud.google.com/go/pubsublite -go 1.23.0 +go 1.24.0 require ( cloud.google.com/go v0.121.6 diff --git a/rapidmigrationassessment/go.mod b/rapidmigrationassessment/go.mod index 386edddeae1a..2af1c0013de5 100644 --- a/rapidmigrationassessment/go.mod +++ b/rapidmigrationassessment/go.mod @@ -1,6 +1,6 @@ module cloud.google.com/go/rapidmigrationassessment -go 1.23.0 +go 1.24.0 require ( cloud.google.com/go/longrunning v0.6.7 diff --git a/recaptchaenterprise/go.mod b/recaptchaenterprise/go.mod index dfbc4bf829ba..7991e16945f6 100644 --- a/recaptchaenterprise/go.mod +++ b/recaptchaenterprise/go.mod @@ -1,6 +1,6 @@ module cloud.google.com/go/recaptchaenterprise/v2 -go 1.23.0 +go 1.24.0 require ( github.com/googleapis/gax-go/v2 v2.15.0 diff --git a/recommendationengine/go.mod b/recommendationengine/go.mod index 355fc25af6f3..f18a23c4b01f 100644 --- a/recommendationengine/go.mod +++ b/recommendationengine/go.mod @@ -1,6 +1,6 @@ module cloud.google.com/go/recommendationengine -go 1.23.0 +go 1.24.0 require ( cloud.google.com/go/longrunning v0.6.7 diff --git a/recommender/go.mod b/recommender/go.mod index 80c86e20ebf5..b9f2fc8cd390 100644 --- a/recommender/go.mod +++ b/recommender/go.mod @@ -1,6 +1,6 @@ module cloud.google.com/go/recommender -go 1.23.0 +go 1.24.0 require ( github.com/googleapis/gax-go/v2 v2.15.0 diff --git a/redis/go.mod b/redis/go.mod index 55b260f90b27..70b467f9b343 100644 --- a/redis/go.mod +++ b/redis/go.mod @@ -1,6 +1,6 @@ module cloud.google.com/go/redis -go 1.23.0 +go 1.24.0 require ( cloud.google.com/go/longrunning v0.6.7 diff --git a/resourcemanager/go.mod b/resourcemanager/go.mod index 40d85c76ad71..886d8199768a 100644 --- a/resourcemanager/go.mod +++ b/resourcemanager/go.mod @@ -1,6 +1,6 @@ module cloud.google.com/go/resourcemanager -go 1.23.0 +go 1.24.0 require ( cloud.google.com/go/iam v1.5.2 diff --git a/retail/go.mod b/retail/go.mod index b136999a9827..495b12a30e8a 100644 --- a/retail/go.mod +++ b/retail/go.mod @@ -1,6 +1,6 @@ module cloud.google.com/go/retail -go 1.23.0 +go 1.24.0 require ( cloud.google.com/go/longrunning v0.6.7 diff --git a/run/go.mod b/run/go.mod index 9f9ff1b08db0..c087ac3b302f 100644 --- a/run/go.mod +++ b/run/go.mod @@ -1,6 +1,6 @@ module cloud.google.com/go/run -go 1.23.0 +go 1.24.0 require ( cloud.google.com/go/iam v1.5.2 diff --git a/scheduler/go.mod b/scheduler/go.mod index 834226084703..87e4c4520f7f 100644 --- a/scheduler/go.mod +++ b/scheduler/go.mod @@ -1,6 +1,6 @@ module cloud.google.com/go/scheduler -go 1.23.0 +go 1.24.0 require ( github.com/googleapis/gax-go/v2 v2.15.0 diff --git a/secretmanager/go.mod b/secretmanager/go.mod index eb4ad16e4e7a..f448704be918 100644 --- a/secretmanager/go.mod +++ b/secretmanager/go.mod @@ -1,6 +1,6 @@ module cloud.google.com/go/secretmanager -go 1.23.0 +go 1.24.0 require ( cloud.google.com/go/iam v1.5.2 diff --git a/securesourcemanager/go.mod b/securesourcemanager/go.mod index 2c96cca8f26a..5a8d48e72ef6 100644 --- a/securesourcemanager/go.mod +++ b/securesourcemanager/go.mod @@ -1,6 +1,6 @@ module cloud.google.com/go/securesourcemanager -go 1.23.0 +go 1.24.0 require ( cloud.google.com/go/iam v1.5.2 diff --git a/security/go.mod b/security/go.mod index 934bbac91b3e..0191de2eb4f8 100644 --- a/security/go.mod +++ b/security/go.mod @@ -1,6 +1,6 @@ module cloud.google.com/go/security -go 1.23.0 +go 1.24.0 require ( cloud.google.com/go/iam v1.5.2 diff --git a/securitycenter/go.mod b/securitycenter/go.mod index ca16ac5441f1..9736c203c903 100644 --- a/securitycenter/go.mod +++ b/securitycenter/go.mod @@ -1,6 +1,6 @@ module cloud.google.com/go/securitycenter -go 1.23.0 +go 1.24.0 require ( cloud.google.com/go/iam v1.5.2 diff --git a/securitycentermanagement/go.mod b/securitycentermanagement/go.mod index 4c1904491534..81ccc75b6a93 100644 --- a/securitycentermanagement/go.mod +++ b/securitycentermanagement/go.mod @@ -1,6 +1,6 @@ module cloud.google.com/go/securitycentermanagement -go 1.23.0 +go 1.24.0 require ( cloud.google.com/go/iam v1.5.2 diff --git a/securityposture/go.mod b/securityposture/go.mod index feac2a7f4b9d..81d9903741ea 100644 --- a/securityposture/go.mod +++ b/securityposture/go.mod @@ -1,6 +1,6 @@ module cloud.google.com/go/securityposture -go 1.23.0 +go 1.24.0 require ( cloud.google.com/go/longrunning v0.6.7 diff --git a/servicecontrol/go.mod b/servicecontrol/go.mod index a6ba26aa6673..389842a36552 100644 --- a/servicecontrol/go.mod +++ b/servicecontrol/go.mod @@ -1,6 +1,6 @@ module cloud.google.com/go/servicecontrol -go 1.23.0 +go 1.24.0 require ( github.com/googleapis/gax-go/v2 v2.15.0 diff --git a/servicedirectory/go.mod b/servicedirectory/go.mod index cc1a1e3b2260..2a064ffbbe01 100644 --- a/servicedirectory/go.mod +++ b/servicedirectory/go.mod @@ -1,6 +1,6 @@ module cloud.google.com/go/servicedirectory -go 1.23.0 +go 1.24.0 require ( cloud.google.com/go/iam v1.5.2 diff --git a/servicehealth/go.mod b/servicehealth/go.mod index 30df7621d9b9..e65312b88dd7 100644 --- a/servicehealth/go.mod +++ b/servicehealth/go.mod @@ -1,6 +1,6 @@ module cloud.google.com/go/servicehealth -go 1.23.0 +go 1.24.0 require ( github.com/googleapis/gax-go/v2 v2.15.0 diff --git a/servicemanagement/go.mod b/servicemanagement/go.mod index b10833945bd4..74749e7231b2 100644 --- a/servicemanagement/go.mod +++ b/servicemanagement/go.mod @@ -1,6 +1,6 @@ module cloud.google.com/go/servicemanagement -go 1.23.0 +go 1.24.0 require ( cloud.google.com/go/iam v1.5.2 diff --git a/serviceusage/go.mod b/serviceusage/go.mod index c46941bce190..a730eda92da5 100644 --- a/serviceusage/go.mod +++ b/serviceusage/go.mod @@ -1,6 +1,6 @@ module cloud.google.com/go/serviceusage -go 1.23.0 +go 1.24.0 require ( cloud.google.com/go/longrunning v0.6.7 diff --git a/shell/go.mod b/shell/go.mod index 9353178be4d7..e95505d36ee8 100644 --- a/shell/go.mod +++ b/shell/go.mod @@ -1,6 +1,6 @@ module cloud.google.com/go/shell -go 1.23.0 +go 1.24.0 require ( cloud.google.com/go/longrunning v0.6.7 diff --git a/shopping/go.mod b/shopping/go.mod index fbb5ad19ae6f..9a2c47982a7f 100644 --- a/shopping/go.mod +++ b/shopping/go.mod @@ -1,6 +1,6 @@ module cloud.google.com/go/shopping -go 1.23.0 +go 1.24.0 require ( github.com/googleapis/gax-go/v2 v2.15.0 diff --git a/spanner/benchmarks/go.mod b/spanner/benchmarks/go.mod index 3733262d4df1..6c98a651d3d6 100644 --- a/spanner/benchmarks/go.mod +++ b/spanner/benchmarks/go.mod @@ -1,6 +1,6 @@ module cloud.google.com/go/spanner/benchmarks -go 1.23.0 +go 1.24.0 replace cloud.google.com/go/spanner => ../ diff --git a/spanner/go.mod b/spanner/go.mod index 0bb884b2f48b..a9fa7529b0df 100644 --- a/spanner/go.mod +++ b/spanner/go.mod @@ -1,6 +1,6 @@ module cloud.google.com/go/spanner -go 1.23.0 +go 1.24.0 retract v1.76.0 // due to https://github.com/googleapis/google-cloud-go/issues/11630 diff --git a/spanner/test/opentelemetry/test/go.mod b/spanner/test/opentelemetry/test/go.mod index 9b680dd052ab..cc69031b53a9 100644 --- a/spanner/test/opentelemetry/test/go.mod +++ b/spanner/test/opentelemetry/test/go.mod @@ -1,6 +1,6 @@ module cloud.google.com/go/spanner/test -go 1.23.0 +go 1.24.0 replace ( cloud.google.com/go => ../../../../ diff --git a/speech/go.mod b/speech/go.mod index 8f99ab34db19..db93a36043b6 100644 --- a/speech/go.mod +++ b/speech/go.mod @@ -1,6 +1,6 @@ module cloud.google.com/go/speech -go 1.23.0 +go 1.24.0 require ( cloud.google.com/go/longrunning v0.6.7 diff --git a/storage/go.mod b/storage/go.mod index 262ec131d725..8a163645e0f3 100644 --- a/storage/go.mod +++ b/storage/go.mod @@ -1,6 +1,6 @@ module cloud.google.com/go/storage -go 1.23.0 +go 1.24.0 retract [v1.25.0, v1.27.0] // due to https://github.com/googleapis/google-cloud-go/issues/6857 diff --git a/storage/internal/benchmarks/go.mod b/storage/internal/benchmarks/go.mod index ef6867cb5099..a26d84243b76 100644 --- a/storage/internal/benchmarks/go.mod +++ b/storage/internal/benchmarks/go.mod @@ -1,6 +1,6 @@ module main -go 1.23.0 +go 1.24.0 require ( cloud.google.com/go/storage v1.56.0 diff --git a/storagebatchoperations/go.mod b/storagebatchoperations/go.mod index 30f9b16db5f5..986714f1b41d 100644 --- a/storagebatchoperations/go.mod +++ b/storagebatchoperations/go.mod @@ -1,6 +1,6 @@ module cloud.google.com/go/storagebatchoperations -go 1.23.0 +go 1.24.0 require ( cloud.google.com/go/longrunning v0.6.7 diff --git a/storageinsights/go.mod b/storageinsights/go.mod index 568d0163323e..455ac532c837 100644 --- a/storageinsights/go.mod +++ b/storageinsights/go.mod @@ -1,6 +1,6 @@ module cloud.google.com/go/storageinsights -go 1.23.0 +go 1.24.0 require ( cloud.google.com/go/longrunning v0.6.7 diff --git a/storagetransfer/go.mod b/storagetransfer/go.mod index 394535507c76..6088097588e1 100644 --- a/storagetransfer/go.mod +++ b/storagetransfer/go.mod @@ -1,6 +1,6 @@ module cloud.google.com/go/storagetransfer -go 1.23.0 +go 1.24.0 require ( cloud.google.com/go/longrunning v0.6.7 diff --git a/streetview/go.mod b/streetview/go.mod index 48833aac0b52..d925a2233f7e 100644 --- a/streetview/go.mod +++ b/streetview/go.mod @@ -1,6 +1,6 @@ module cloud.google.com/go/streetview -go 1.23.0 +go 1.24.0 require ( cloud.google.com/go/longrunning v0.6.7 diff --git a/support/go.mod b/support/go.mod index b6375d4ce132..8bd9b4970246 100644 --- a/support/go.mod +++ b/support/go.mod @@ -1,6 +1,6 @@ module cloud.google.com/go/support -go 1.23.0 +go 1.24.0 require ( github.com/googleapis/gax-go/v2 v2.15.0 diff --git a/talent/go.mod b/talent/go.mod index f91f4179fbda..a1c0c3d52971 100644 --- a/talent/go.mod +++ b/talent/go.mod @@ -1,6 +1,6 @@ module cloud.google.com/go/talent -go 1.23.0 +go 1.24.0 require ( cloud.google.com/go/longrunning v0.6.7 diff --git a/telcoautomation/go.mod b/telcoautomation/go.mod index 72a37ce3dfcc..4b0c0a7023e3 100644 --- a/telcoautomation/go.mod +++ b/telcoautomation/go.mod @@ -1,6 +1,6 @@ module cloud.google.com/go/telcoautomation -go 1.23.0 +go 1.24.0 require ( cloud.google.com/go/longrunning v0.6.7 diff --git a/texttospeech/go.mod b/texttospeech/go.mod index 6a9243befaa0..a783593fa019 100644 --- a/texttospeech/go.mod +++ b/texttospeech/go.mod @@ -1,6 +1,6 @@ module cloud.google.com/go/texttospeech -go 1.23.0 +go 1.24.0 require ( cloud.google.com/go/longrunning v0.6.7 diff --git a/tpu/go.mod b/tpu/go.mod index 99d21a85b283..814270ba310a 100644 --- a/tpu/go.mod +++ b/tpu/go.mod @@ -1,6 +1,6 @@ module cloud.google.com/go/tpu -go 1.23.0 +go 1.24.0 require ( cloud.google.com/go/longrunning v0.6.7 diff --git a/trace/go.mod b/trace/go.mod index ec92674f1a01..7e5bada8034d 100644 --- a/trace/go.mod +++ b/trace/go.mod @@ -1,6 +1,6 @@ module cloud.google.com/go/trace -go 1.23.0 +go 1.24.0 require ( github.com/googleapis/gax-go/v2 v2.15.0 diff --git a/translate/go.mod b/translate/go.mod index 1bc9b3b016c3..4a6169279ce3 100644 --- a/translate/go.mod +++ b/translate/go.mod @@ -1,6 +1,6 @@ module cloud.google.com/go/translate -go 1.23.0 +go 1.24.0 require ( cloud.google.com/go v0.121.6 diff --git a/vertexai/go.mod b/vertexai/go.mod index b453fbec2240..93abd6966220 100644 --- a/vertexai/go.mod +++ b/vertexai/go.mod @@ -1,6 +1,6 @@ module cloud.google.com/go/vertexai -go 1.23.0 +go 1.24.0 require ( cloud.google.com/go v0.121.6 diff --git a/video/go.mod b/video/go.mod index ae44bd858e7d..8a172ba38646 100644 --- a/video/go.mod +++ b/video/go.mod @@ -1,6 +1,6 @@ module cloud.google.com/go/video -go 1.23.0 +go 1.24.0 require ( cloud.google.com/go/longrunning v0.6.7 diff --git a/videointelligence/go.mod b/videointelligence/go.mod index 66da742e0769..dbbe7a4ae55b 100644 --- a/videointelligence/go.mod +++ b/videointelligence/go.mod @@ -1,6 +1,6 @@ module cloud.google.com/go/videointelligence -go 1.23.0 +go 1.24.0 require ( cloud.google.com/go/longrunning v0.6.7 diff --git a/vision/go.mod b/vision/go.mod index fdb8d56a9b40..c4920fe54e7a 100644 --- a/vision/go.mod +++ b/vision/go.mod @@ -1,6 +1,6 @@ module cloud.google.com/go/vision/v2 -go 1.23.0 +go 1.24.0 require ( cloud.google.com/go/longrunning v0.6.7 diff --git a/visionai/go.mod b/visionai/go.mod index e228501af005..37a040c20d18 100644 --- a/visionai/go.mod +++ b/visionai/go.mod @@ -1,6 +1,6 @@ module cloud.google.com/go/visionai -go 1.23.0 +go 1.24.0 require ( cloud.google.com/go/longrunning v0.6.7 diff --git a/vmmigration/go.mod b/vmmigration/go.mod index 34ae014ea562..6e097160713b 100644 --- a/vmmigration/go.mod +++ b/vmmigration/go.mod @@ -1,6 +1,6 @@ module cloud.google.com/go/vmmigration -go 1.23.0 +go 1.24.0 require ( cloud.google.com/go/iam v1.5.2 diff --git a/vmwareengine/go.mod b/vmwareengine/go.mod index d1328c31cbfa..fe60a70aa0cb 100644 --- a/vmwareengine/go.mod +++ b/vmwareengine/go.mod @@ -1,6 +1,6 @@ module cloud.google.com/go/vmwareengine -go 1.23.0 +go 1.24.0 require ( cloud.google.com/go/iam v1.5.2 diff --git a/vpcaccess/go.mod b/vpcaccess/go.mod index 38801256cb5f..3b969050351c 100644 --- a/vpcaccess/go.mod +++ b/vpcaccess/go.mod @@ -1,6 +1,6 @@ module cloud.google.com/go/vpcaccess -go 1.23.0 +go 1.24.0 require ( cloud.google.com/go/longrunning v0.6.7 diff --git a/webrisk/go.mod b/webrisk/go.mod index 9753a26baaa1..df9cd41e9366 100644 --- a/webrisk/go.mod +++ b/webrisk/go.mod @@ -1,6 +1,6 @@ module cloud.google.com/go/webrisk -go 1.23.0 +go 1.24.0 require ( cloud.google.com/go/longrunning v0.6.7 diff --git a/websecurityscanner/go.mod b/websecurityscanner/go.mod index 5f87fd5b6d1d..5187df380966 100644 --- a/websecurityscanner/go.mod +++ b/websecurityscanner/go.mod @@ -1,6 +1,6 @@ module cloud.google.com/go/websecurityscanner -go 1.23.0 +go 1.24.0 require ( github.com/googleapis/gax-go/v2 v2.15.0 diff --git a/workflows/go.mod b/workflows/go.mod index cce75820135b..7f60215c0f46 100644 --- a/workflows/go.mod +++ b/workflows/go.mod @@ -1,6 +1,6 @@ module cloud.google.com/go/workflows -go 1.23.0 +go 1.24.0 require ( cloud.google.com/go/longrunning v0.6.7 diff --git a/workstations/go.mod b/workstations/go.mod index be00f440c83b..4be059631283 100644 --- a/workstations/go.mod +++ b/workstations/go.mod @@ -1,6 +1,6 @@ module cloud.google.com/go/workstations -go 1.23.0 +go 1.24.0 require ( cloud.google.com/go/iam v1.5.2