From 70b76e3f7802e87232e9b2f47a98db88dfc127ea Mon Sep 17 00:00:00 2001 From: Lunar Renovate <115620512+lunar-renovate@users.noreply.github.com> Date: Sat, 25 Jan 2025 16:27:11 +0000 Subject: [PATCH] chore(deps): update golang docker tag to v1.23.5 --- .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 7b824e7..4152b63 100644 --- a/.github/workflows/lint.yaml +++ b/.github/workflows/lint.yaml @@ -13,7 +13,7 @@ jobs: steps: - uses: actions/setup-go@v5 with: - go-version: 1.23.3 + go-version: 1.23.5 - uses: actions/checkout@v4 - name: golangci-lint uses: golangci/golangci-lint-action@v6.2.0 diff --git a/Dockerfile b/Dockerfile index 44b00cd..7b61453 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,5 +1,5 @@ # Build the manager binary -FROM golang:1.23.3 AS builder +FROM golang:1.23.5 AS builder ARG TARGETOS ARG TARGETARCH