Skip to content

Commit 7d7279b

Browse files
authored
using 1.23.6 (#142)
1 parent 147e06c commit 7d7279b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-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.23.7 as build
1+
FROM registry.access.redhat.com/ubi8/go-toolset:1.23.6-2 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
@@ -2,7 +2,7 @@ module github.com/quay/quay-builder
22

33
go 1.23.0
44

5-
toolchain go1.23.7
5+
toolchain go1.23.6
66

77
require (
88
code.cloudfoundry.org/archiver v0.0.0-20230612152321-46722cbc3f99

0 commit comments

Comments
 (0)