diff --git a/Dockerfile b/Dockerfile index bb5926b..c743d22 100644 --- a/Dockerfile +++ b/Dockerfile @@ -12,7 +12,7 @@ # See the License for the specific language governing permissions and # limitations under the License. -FROM --platform=$BUILDPLATFORM golang:1.24-bookworm AS build +FROM --platform=$BUILDPLATFORM golang:1.24.9-bookworm AS build ARG TARGETOS ARG TARGETARCH diff --git a/go.mod b/go.mod index 8fd8af2..d63eed1 100644 --- a/go.mod +++ b/go.mod @@ -2,6 +2,8 @@ module github.com/vmware-tanzu/velero-plugin-for-gcp go 1.24.0 +toolchain go1.24.9 + require ( cloud.google.com/go/storage v1.55.0 github.com/gofrs/uuid v4.2.0+incompatible