Skip to content

Commit 6391ee9

Browse files
Bump golang from 1.21 - 1.23.1
1 parent a1ed154 commit 6391ee9

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM --platform=$BUILDPLATFORM golang:1.21 AS builder
1+
FROM --platform=$BUILDPLATFORM golang:1.23.1 AS builder
22

33
ARG TARGETOS TARGETARCH
44
WORKDIR /workspace

Dockerfile.codegen

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM golang:1.21
1+
FROM golang:1.23.1
22

33
RUN go get -u k8s.io/code-generator || true && \
44
go get -u k8s.io/kube-openapi || true && \

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
module github.com/quay/container-security-operator
22

3-
go 1.21
3+
go 1.23.1
44

55
require (
66
github.com/go-kit/kit v0.12.0

0 commit comments

Comments
 (0)