Skip to content

Commit

Permalink
Bump go and go-toolset to 1.21 (#93)
Browse files Browse the repository at this point in the history
Signed-off-by: harishsurf <[email protected]>
Co-authored-by: harishsurf <[email protected]>
  • Loading branch information
openshift-cherrypick-robot and harishsurf authored Sep 25, 2024
1 parent a8a37e7 commit d583cf8
Show file tree
Hide file tree
Showing 3 changed files with 41 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM registry.access.redhat.com/ubi8/go-toolset:1.20.12-2 as build
FROM registry.access.redhat.com/ubi8/go-toolset:1.21.11 as build
USER root
RUN dnf install -y --setopt=tsflags=nodocs git
COPY . /go/src/
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/quay-builder

go 1.20
go 1.21

require (
code.cloudfoundry.org/archiver v0.0.0-20230612152321-46722cbc3f99
Expand Down
Loading

0 comments on commit d583cf8

Please sign in to comment.