From b8005ac2ca2b0157bc3ce4eb9d7e25f9c9b2c04d Mon Sep 17 00:00:00 2001 From: Lunar Renovate <115620512+lunar-renovate@users.noreply.github.com> Date: Sat, 24 Jan 2026 14:14:33 +0000 Subject: [PATCH] chore(deps): update golang docker tag to v1.25.6 --- .github/workflows/lint.yaml | 2 +- Dockerfile | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/lint.yaml b/.github/workflows/lint.yaml index b046b03..642f86e 100644 --- a/.github/workflows/lint.yaml +++ b/.github/workflows/lint.yaml @@ -13,7 +13,7 @@ jobs: steps: - uses: actions/setup-go@v6 with: - go-version: 1.25.5 + go-version: 1.25.6 - uses: actions/checkout@v6 - name: golangci-lint uses: golangci/golangci-lint-action@v6.5.2 diff --git a/Dockerfile b/Dockerfile index 98c3e19..95dedf1 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,5 +1,5 @@ # Build the manager binary -FROM golang:1.25.5 AS builder +FROM golang:1.25.6 AS builder ARG TARGETOS ARG TARGETARCH