File tree Expand file tree Collapse file tree 3 files changed +2
-4
lines changed
Expand file tree Collapse file tree 3 files changed +2
-4
lines changed Original file line number Diff line number Diff line change 33# SPDX-License-Identifier: Apache-2.0
44
55# Build the manager binary
6- FROM golang:1.24.2 AS builder
6+ FROM golang:1.24.4 AS builder
77
88ARG TARGETARCH
99WORKDIR /workspace
Original file line number Diff line number Diff line change 44
55FROM k8s.gcr.io/kube-apiserver:v1.22.1 as kube-apiserver
66FROM quay.io/coreos/etcd:v3.5.1 as etcd
7- FROM golang:1.24.2 AS tools
7+ FROM golang:1.24.4 AS tools
88
99COPY --from=kube-apiserver /usr/local/bin/kube-apiserver /testbin/kube-apiserver
1010COPY --from=etcd /usr/local/bin/etcd /testbin/etcd
Original file line number Diff line number Diff line change @@ -2,8 +2,6 @@ module github.com/gardener/oidc-webhook-authenticator
22
33go 1.23.0
44
5- toolchain go1.24.1
6-
75require (
86 github.com/coreos/go-oidc/v3 v3.11.0
97 github.com/go-jose/go-jose/v4 v4.0.5
You can’t perform that action at this time.
0 commit comments