From 16fff0b99f0c0ec197b82436c0fbc7c0986077a2 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 14 Aug 2026 04:09:01 +0000 Subject: [PATCH] chore(deps): update go-toolchain to v1.26.6 --- Dockerfile | 2 +- aqua.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index 5b1af39..828fb1a 100644 --- a/Dockerfile +++ b/Dockerfile @@ -2,7 +2,7 @@ # go.mod, by digest for reproducibility. When bumping the go.mod Go version, # update this tag and re-resolve the digest: # docker buildx imagetools inspect golang:-bookworm --format '{{.Manifest.Digest}}' -FROM golang:1.26.5-bookworm@sha256:1ecb7edf62a0408027bd5729dfd6b1b8766e578e8df93995b225dfd0944eb651 AS builder +FROM golang:1.26.6-bookworm@sha256:116d58cbd88c1297624acc6e967a060012422bacf9930927e23fb719189c6f36 AS builder ARG TARGETOS ARG TARGETARCH diff --git a/aqua.yaml b/aqua.yaml index c61eaf6..5817a26 100644 --- a/aqua.yaml +++ b/aqua.yaml @@ -28,7 +28,7 @@ packages: # directive in go.mod — bump both together (the check-go-toolchain-sync.sh CI # guard enforces this), or Go's GOTOOLCHAIN=auto will silently download a # newer toolchain and bypass this pin. - - name: golang/go@go1.26.5 + - name: golang/go@go1.26.6 # --- Go test / lint / language-server tooling (was `go install` in Makefile) --- # setup-envtest only fetches the envtest control-plane binaries; `make test` # still downloads the matching Kubernetes assets on first run (ENVTEST_K8S_VERSION).