Skip to content

Commit 73071bf

Browse files
Bump golang from 1.17 - 1.23.1
1 parent 1b1efb5 commit 73071bf

4 files changed

Lines changed: 3 additions & 151 deletions

File tree

Dockerfile

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

33
WORKDIR /workspace
44
COPY go.mod go.mod

Dockerfile.codegen

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM golang:1.17
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.17
3+
go 1.23.1
44

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

0 commit comments

Comments
 (0)