diff --git a/go.mod b/go.mod index d7fb2d35..95eff0cf 100644 --- a/go.mod +++ b/go.mod @@ -1,6 +1,6 @@ module github.com/docker/buildx -go 1.17 +go 1.19 require ( github.com/aws/aws-sdk-go-v2/config v1.15.5 diff --git a/hack/dockerfiles/vendor.Dockerfile b/hack/dockerfiles/vendor.Dockerfile index 7b0b3c3b..e5e9b7a6 100644 --- a/hack/dockerfiles/vendor.Dockerfile +++ b/hack/dockerfiles/vendor.Dockerfile @@ -13,7 +13,7 @@ RUN --mount=target=/context \ --mount=target=/go/pkg/mod,type=cache <