Skip to content

Commit cf12d92

Browse files
authored
Merge pull request #90 from harishsurf/bump-go-quay-builder
Bump go and go-toolset to 1.21
2 parents a8a37e7 + 6f04250 commit cf12d92

File tree

3 files changed

+41
-2
lines changed

3 files changed

+41
-2
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM registry.access.redhat.com/ubi8/go-toolset:1.20.12-2 as build
1+
FROM registry.access.redhat.com/ubi8/go-toolset:1.21.11 as build
22
USER root
33
RUN dnf install -y --setopt=tsflags=nodocs git
44
COPY . /go/src/

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/quay-builder
22

3-
go 1.20
3+
go 1.21
44

55
require (
66
code.cloudfoundry.org/archiver v0.0.0-20230612152321-46722cbc3f99

0 commit comments

Comments
 (0)