good morning!!!!

Skip to content
Snippets Groups Projects

Update golang Docker tag to v1.21

+ 1
1
# Build the manager binary
FROM golang:1.18 as builder
FROM golang:1.23 as builder
WORKDIR /workspace
# Copy the Go Modules manifests
Loading