diff --git a/colors-e2e/colors-fd/cloudbuild.yaml.template b/colors-e2e/colors-fd/cloudbuild.yaml.template index 55c1b43..0d9db2f 100644 --- a/colors-e2e/colors-fd/cloudbuild.yaml.template +++ b/colors-e2e/colors-fd/cloudbuild.yaml.template @@ -1,5 +1,7 @@ steps: - name: 'gcr.io/cloud-builders/docker' + env: + - 'DOCKER_API_VERSION=1.41' script: | #!/bin/bash docker build -t $IMAGE_REPO/colors-frontdoor colors-fd diff --git a/go.mod b/go.mod index 474162b..3951123 100644 --- a/go.mod +++ b/go.mod @@ -32,6 +32,8 @@ require ( cloud.google.com/go/iam v1.5.2 // indirect cloud.google.com/go/longrunning v0.6.7 // indirect cloud.google.com/go/pubsub v1.49.0 // indirect + github.com/DataDog/datadog-api-client-go/v2 v2.55.0 // indirect + github.com/DataDog/zstd v1.5.2 // indirect github.com/GoogleCloudPlatform/opentelemetry-operations-go/detectors/gcp v1.27.0 // indirect github.com/GoogleCloudPlatform/opentelemetry-operations-go/exporter/metric v0.51.0 // indirect github.com/GoogleCloudPlatform/opentelemetry-operations-go/internal/resourcemapping v0.51.0 // indirect diff --git a/go.sum b/go.sum index 0ce4b51..51d0edd 100644 --- a/go.sum +++ b/go.sum @@ -30,6 +30,10 @@ cloud.google.com/go/storage v1.55.0/go.mod h1:ztSmTTwzsdXe5syLVS0YsbFxXuvEmEyZj7 cloud.google.com/go/trace v1.11.6 h1:2O2zjPzqPYAHrn3OKl029qlqG6W8ZdYaOWRyr8NgMT4= cloud.google.com/go/trace v1.11.6/go.mod h1:GA855OeDEBiBMzcckLPE2kDunIpC72N+Pq8WFieFjnI= github.com/BurntSushi/toml v0.3.1/go.mod h1:xHWCNGjB5oqiDr8zfno3MHue2Ht5sIBksp03qcyfWMU= +github.com/DataDog/datadog-api-client-go/v2 v2.55.0 h1:wRwBJJpNRoyBJXdKtInfHXeXIo+nTn5DSIayaovRYVY= +github.com/DataDog/datadog-api-client-go/v2 v2.55.0/go.mod h1:d3tOEgUd2kfsr9uuHQdY+nXrWp4uikgTgVCPdKNK30U= +github.com/DataDog/zstd v1.5.2 h1:vUG4lAyuPCXO0TLbXvPv7EB7cNK1QV/luu55UHLrrn8= +github.com/DataDog/zstd v1.5.2/go.mod h1:g4AWEaM3yOg3HYfnJ3YIawPnVdXJh9QME85blwSAmyw= github.com/GoogleCloudPlatform/opentelemetry-operations-go/detectors/gcp v1.27.0 h1:ErKg/3iS1AKcTkf3yixlZ54f9U1rljCkQyEXWUnIUxc= github.com/GoogleCloudPlatform/opentelemetry-operations-go/detectors/gcp v1.27.0/go.mod h1:yAZHSGnqScoU556rBOVkwLze6WP5N+U11RHuWaGVxwY= github.com/GoogleCloudPlatform/opentelemetry-operations-go/exporter/metric v0.51.0 h1:fYE9p3esPxA/C0rQ0AHhP0drtPXDRhaWiwg1DPqO7IU= diff --git a/presubmit.yaml b/presubmit.yaml index 7c3bbaa..f4944c6 100644 --- a/presubmit.yaml +++ b/presubmit.yaml @@ -2,6 +2,8 @@ # Using a machine with 8 CPUs to speed up the builds. steps: - name: docker + env: + - 'DOCKER_API_VERSION=1.41' script: | set -e # Find all directories that contain a file named `Dockerfile`