File tree 2 files changed +5
-5
lines changed
2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -21,7 +21,7 @@ presubmits:
21
21
preset-goproxy : " true"
22
22
spec :
23
23
containers :
24
- - image : ghcr.io/kcp-dev/infra/build:1.23.4-3
24
+ - image : ghcr.io/kcp-dev/infra/build:1.23.5-1
25
25
command :
26
26
- hack/ci/verify.sh
27
27
resources :
@@ -37,7 +37,7 @@ presubmits:
37
37
preset-goproxy : " true"
38
38
spec :
39
39
containers :
40
- - image : ghcr.io/kcp-dev/infra/build:1.23.4-3
40
+ - image : ghcr.io/kcp-dev/infra/build:1.23.5-1
41
41
command :
42
42
- make
43
43
- lint
@@ -54,7 +54,7 @@ presubmits:
54
54
preset-goproxy : " true"
55
55
spec :
56
56
containers :
57
- - image : quay.io/containers/buildah:v1.30 .0
57
+ - image : quay.io/containers/buildah:v1.38 .0
58
58
command :
59
59
- hack/ci/build-image.sh
60
60
env :
@@ -76,7 +76,7 @@ presubmits:
76
76
preset-goproxy : " true"
77
77
spec :
78
78
containers :
79
- - image : ghcr.io/kcp-dev/infra/build:1.23.4-3
79
+ - image : ghcr.io/kcp-dev/infra/build:1.23.5-1
80
80
command :
81
81
- make
82
82
- test
Original file line number Diff line number Diff line change 12
12
# See the License for the specific language governing permissions and
13
13
# limitations under the License.
14
14
15
- FROM --platform=${BUILDPLATFORM} docker.io/golang:1.23.4 AS builder
15
+ FROM --platform=${BUILDPLATFORM} docker.io/golang:1.23.5 AS builder
16
16
ARG TARGETOS
17
17
ARG TARGETARCH
18
18
You can’t perform that action at this time.
0 commit comments