made build workflow
Some checks failed
Build and Push Docker Image / Build image (push) Has been cancelled

This commit is contained in:
2025-04-05 13:00:45 +03:00
parent e42e4a2d21
commit f83de32368
2 changed files with 70 additions and 1 deletions

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