From 72f3bc0875f1cbc023b3804008239b8f0eed335d Mon Sep 17 00:00:00 2001 From: "scality-renovate[bot]" <234218835+scality-renovate[bot]@users.noreply.github.com> Date: Tue, 28 Jul 2026 04:12:05 +0000 Subject: [PATCH] chore(deps): update golang --- .devcontainer/devcontainer.json | 2 +- Dockerfile | 2 +- go.mod | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.devcontainer/devcontainer.json b/.devcontainer/devcontainer.json index b27535d..23102a3 100644 --- a/.devcontainer/devcontainer.json +++ b/.devcontainer/devcontainer.json @@ -1,6 +1,6 @@ { "name": "Kubebuilder DevContainer", - "image": "golang:1.24", + "image": "golang:1.26", "features": { "ghcr.io/devcontainers/features/docker-in-docker:3": {}, "ghcr.io/devcontainers/features/git:1": {} diff --git a/Dockerfile b/Dockerfile index d355850..52e10cc 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,5 +1,5 @@ # Build the manager binary -FROM golang:1.25@sha256:dd7d32e19b28621cd982082397fc0510d396805b717d5e77466aa2dd692340de AS builder +FROM golang:1.26@sha256:3aff6657219a4d9c14e27fb1d8976c49c29fddb70ba835014f477e1c70636647 AS builder ARG TARGETOS ARG TARGETARCH ARG APPLICATION_VERSION=dev diff --git a/go.mod b/go.mod index 90b93c7..82afa1c 100644 --- a/go.mod +++ b/go.mod @@ -1,6 +1,6 @@ module disk-management-agent -go 1.25.6 +go 1.26.5 require ( github.com/go-logr/logr v1.4.3