Skip to content

Commit

Permalink
Merge pull request #90 from harishsurf/bump-go-quay-builder
Browse files Browse the repository at this point in the history
Bump go and go-toolset to 1.21
  • Loading branch information
harishsurf authored Aug 26, 2024
2 parents a8a37e7 + 6f04250 commit cf12d92
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 cf12d92

Please sign in to comment.