chore(deps): update golang docker tag to v1.23 (#11)

| datasource | package | from | to   |
| ---------- | ------- | ---- | ---- |
| docker     | golang  | 1.22 | 1.23 |

Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This commit is contained in:
renovate[bot] 2024-09-27 10:30:21 +02:00 committed by GitHub
parent 435986b7a1
commit 8d4caa380d
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -1,5 +1,5 @@
# Build the manager binary
FROM golang:1.22 AS builder
FROM golang:1.23 AS builder
ARG TARGETOS
ARG TARGETARCH