Skip to content

Commit d5dda3a

Browse files
Update go to version 1.24.4 (#180)
* Update go to version 1.24.4 * Address review comments
1 parent 4a2ec48 commit d5dda3a

File tree

3 files changed

+2
-4
lines changed

3 files changed

+2
-4
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
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

88
ARG TARGETARCH
99
WORKDIR /workspace

dev.Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
FROM k8s.gcr.io/kube-apiserver:v1.22.1 as kube-apiserver
66
FROM 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

99
COPY --from=kube-apiserver /usr/local/bin/kube-apiserver /testbin/kube-apiserver
1010
COPY --from=etcd /usr/local/bin/etcd /testbin/etcd

go.mod

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,6 @@ module github.com/gardener/oidc-webhook-authenticator
22

33
go 1.23.0
44

5-
toolchain go1.24.1
6-
75
require (
86
github.com/coreos/go-oidc/v3 v3.11.0
97
github.com/go-jose/go-jose/v4 v4.0.5

0 commit comments

Comments
 (0)