We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fc7c450 commit d3e8d2cCopy full SHA for d3e8d2c
Dockerfile
@@ -1,5 +1,5 @@
1
# Build the manager binary
2
-FROM golang:1.24.10-alpine AS builder
+FROM golang:1.24.11-alpine AS builder
3
ARG TARGETOS
4
ARG TARGETARCH
5
ARG GITVERSION
go.mod
@@ -2,7 +2,7 @@ module github.com/norseto/oci-lb-controller
go 1.24.0
-toolchain go1.24.10
+toolchain go1.24.11
6
7
require (
8
github.com/onsi/ginkgo/v2 v2.19.0
0 commit comments