Skip to content

Commit 2c8c912

Browse files
committed
Cloud Provider OCI Release v1.32.0
update golang build box to v1.23.4 Update manifests to v1.32.0
1 parent a405e2c commit 2c8c912

File tree

2,425 files changed

+99046
-114635
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

2,425 files changed

+99046
-114635
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414

1515
ARG CI_IMAGE_REGISTRY
1616

17-
FROM golang:1.22.9 as builder
17+
FROM golang:1.23.4 as builder
1818

1919
ARG COMPONENT
2020

Dockerfile_arm_all

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
ARG CI_IMAGE_REGISTRY
22

3-
FROM golang:1.22.9 as builder
3+
FROM golang:1.23.4 as builder
44

55
ARG COMPONENT
66

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ else
3838
VERSION ?= ${VERSION}
3939
endif
4040

41-
RELEASE = v1.31.0
41+
RELEASE = v1.32.0
4242

4343
GOOS ?= linux
4444
ARCH ?= amd64

0 commit comments

Comments
 (0)