File tree Expand file tree Collapse file tree 3 files changed +15
-15
lines changed Expand file tree Collapse file tree 3 files changed +15
-15
lines changed Original file line number Diff line number Diff line change @@ -436,8 +436,8 @@ dependencies:
436
436
# match: CONFIG\ \?=\ bullseye
437
437
# - path: images/build/setcap/variants.yaml
438
438
# match: "CONFIG: 'bullseye'"
439
- - path : images/releng/ci/variants.yaml
440
- match : " OS_CODENAME: 'bullseye'"
439
+ # - path: images/releng/ci/variants.yaml
440
+ # match: "OS_CODENAME: 'bullseye'"
441
441
- path : images/releng/k8s-ci-builder/Makefile
442
442
match : OS_CODENAME\ \?=\ bullseye
443
443
- path : images/releng/k8s-ci-builder/variants.yaml
Original file line number Diff line number Diff line change @@ -31,8 +31,8 @@ RUN apt-get update && \
31
31
rm -rf /var/lib/apt/lists/*
32
32
33
33
# install goreleaser
34
- ARG GORELEASER_VERSION=v1.16.0
35
- ARG GORELEASER_SHA=498193112465ba149b55684d75d40a94649b5ba031021e82d9aa3df420f7c5a6
34
+ ARG GORELEASER_VERSION=v1.19.2
35
+ ARG GORELEASER_SHA=27c7397b816c43098f88cbccc5aeec3df929fb857f28b2cb8e885d09458ada1e
36
36
RUN \
37
37
GORELEASER_DOWNLOAD_FILE=goreleaser_Linux_x86_64.tar.gz && \
38
38
GORELEASER_DOWNLOAD_URL=https://github.com/goreleaser/goreleaser/releases/download/${GORELEASER_VERSION}/${GORELEASER_DOWNLOAD_FILE} && \
43
43
goreleaser -v
44
44
45
45
# install ko
46
- ARG KO_VERSION=v0.13.0
47
- ARG KO_SHA=80f3e3148fabd5b839cc367ac56bb4794f90e7262b01911316c670b210b574cc
46
+ ARG KO_VERSION=v0.14.1
47
+ ARG KO_SHA=3f8f8e3fb4b78a4dfc0708df2b58f202c595a66c34195786f9a279ea991f4eae
48
48
RUN \
49
49
KO_DOWNLOAD_FILE=ko_${KO_VERSION#v}_Linux_x86_64.tar.gz && \
50
50
KO_DOWNLOAD_URL=https://github.com/ko-build/ko/releases/download/${KO_VERSION}/${KO_DOWNLOAD_FILE} && \
Original file line number Diff line number Diff line change 1
1
variants :
2
- go1.21-bullseye :
3
- CONFIG : ' go1.21-bullseye '
2
+ go1.21-bookworm :
3
+ CONFIG : ' go1.21-bookworm '
4
4
GO_VERSION : ' 1.21rc2'
5
- OS_CODENAME : ' bullseye '
5
+ OS_CODENAME : ' bookworm '
6
6
REVISION : ' 0'
7
- go1.20-bullseye :
8
- CONFIG : ' go1.20-bullseye '
7
+ go1.20-bookworm :
8
+ CONFIG : ' go1.20-bookworm '
9
9
GO_VERSION : ' 1.20.5'
10
- OS_CODENAME : ' bullseye '
10
+ OS_CODENAME : ' bookworm '
11
11
REVISION : ' 0'
12
- go1.19-bullseye :
13
- CONFIG : ' go1.19-bullseye '
12
+ go1.19-bookworm :
13
+ CONFIG : ' go1.19-bookworm '
14
14
GO_VERSION : ' 1.19.10'
15
- OS_CODENAME : ' bullseye '
15
+ OS_CODENAME : ' bookworm '
16
16
REVISION : ' 0'
You can’t perform that action at this time.
0 commit comments