Skip to content

Commit

Permalink
chore: upgrade to go1.20
Browse files Browse the repository at this point in the history
Signed-off-by: Ross Bryan <[email protected]>
  • Loading branch information
arborite-rh committed Feb 19, 2024
1 parent efcf87c commit e04262c
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM --platform=$BUILDPLATFORM golang:1.19 as builder
FROM --platform=$BUILDPLATFORM golang:1.20 as builder

ARG TARGETOS TARGETARCH
WORKDIR /workspace
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile.codegen
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM golang:1.19
FROM golang:1.20

RUN go get -u k8s.io/code-generator || true && \
go get -u k8s.io/kube-openapi || true && \
Expand Down
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module github.com/quay/container-security-operator

go 1.19
go 1.20

require (
github.com/go-kit/kit v0.12.0
Expand Down

0 comments on commit e04262c

Please sign in to comment.