From 5708b7422b68019bdae07f6835bf6cd6728cb56a Mon Sep 17 00:00:00 2001 From: Lunar Renovate <115620512+lunar-renovate@users.noreply.github.com> Date: Sun, 15 Feb 2026 04:45:46 +0000 Subject: [PATCH] chore(deps): update golang docker tag to v1.26.0 --- .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 642f86e..8549c3b 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.6 + go-version: 1.26.0 - uses: actions/checkout@v6 - name: golangci-lint uses: golangci/golangci-lint-action@v6.5.2 diff --git a/Dockerfile b/Dockerfile index 95dedf1..a8974f6 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,5 +1,5 @@ # Build the manager binary -FROM golang:1.25.6 AS builder +FROM golang:1.26.0 AS builder ARG TARGETOS ARG TARGETARCH