Skip to content

Commit 20aaaa3

Browse files
authored
Merge pull request #10 from embik/go-1.23.5
🌱 Update to Go 1.23.5 for builds and tests
2 parents 0939ef3 + 67ffa0e commit 20aaaa3

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

.prow.yaml

+4-4
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ presubmits:
2121
preset-goproxy: "true"
2222
spec:
2323
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
2525
command:
2626
- hack/ci/verify.sh
2727
resources:
@@ -37,7 +37,7 @@ presubmits:
3737
preset-goproxy: "true"
3838
spec:
3939
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
4141
command:
4242
- make
4343
- lint
@@ -54,7 +54,7 @@ presubmits:
5454
preset-goproxy: "true"
5555
spec:
5656
containers:
57-
- image: quay.io/containers/buildah:v1.30.0
57+
- image: quay.io/containers/buildah:v1.38.0
5858
command:
5959
- hack/ci/build-image.sh
6060
env:
@@ -76,7 +76,7 @@ presubmits:
7676
preset-goproxy: "true"
7777
spec:
7878
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
8080
command:
8181
- make
8282
- test

Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
# See the License for the specific language governing permissions and
1313
# limitations under the License.
1414

15-
FROM --platform=${BUILDPLATFORM} docker.io/golang:1.23.4 AS builder
15+
FROM --platform=${BUILDPLATFORM} docker.io/golang:1.23.5 AS builder
1616
ARG TARGETOS
1717
ARG TARGETARCH
1818

0 commit comments

Comments
 (0)