Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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:<ver>-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

Expand Down
2 changes: 1 addition & 1 deletion aqua.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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).
Expand Down
Loading