Skip to content

Commit 8471914

Browse files
authored
Merge pull request #3213 from embik/go-1.22.10-release-0.26
[release-0.26] 🌱 Update to Go 1.22.10
2 parents 322678b + 4153a75 commit 8471914

File tree

4 files changed

+11
-11
lines changed

4 files changed

+11
-11
lines changed

.github/workflows/docs-gen-and-push.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
3434

3535
- uses: actions/setup-go@v5
3636
with:
37-
go-version: v1.22.7
37+
go-version: v1.22.10
3838
cache: true
3939

4040
- uses: actions/setup-python@v5

.github/workflows/goreleaser.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
fetch-depth: 0
2323
- uses: actions/setup-go@v5
2424
with:
25-
go-version: v1.22.7
25+
go-version: v1.22.10
2626
- name: Delete non-semver tags
2727
run: 'git tag -d $(git tag -l | grep -v "^v")'
2828
- name: Set LDFLAGS

.prow.yaml

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ presubmits:
77
preset-goproxy: "true"
88
spec:
99
containers:
10-
- image: ghcr.io/kcp-dev/infra/build:1.22.7-1
10+
- image: ghcr.io/kcp-dev/infra/build:1.22.10-1
1111
command:
1212
- make
1313
- verify-boilerplate
@@ -27,7 +27,7 @@ presubmits:
2727
preset-goproxy: "true"
2828
spec:
2929
containers:
30-
- image: ghcr.io/kcp-dev/infra/build:1.22.7-1
30+
- image: ghcr.io/kcp-dev/infra/build:1.22.10-1
3131
command:
3232
- make
3333
- verify-codegen
@@ -44,7 +44,7 @@ presubmits:
4444
preset-goproxy: "true"
4545
spec:
4646
containers:
47-
- image: ghcr.io/kcp-dev/infra/build:1.22.7-1
47+
- image: ghcr.io/kcp-dev/infra/build:1.22.10-1
4848
command:
4949
- make
5050
- lint
@@ -83,7 +83,7 @@ presubmits:
8383
preset-goproxy: "true"
8484
spec:
8585
containers:
86-
- image: ghcr.io/kcp-dev/infra/build:1.22.7-1
86+
- image: ghcr.io/kcp-dev/infra/build:1.22.10-1
8787
command:
8888
- make
8989
- test
@@ -104,7 +104,7 @@ presubmits:
104104
preset-goproxy: "true"
105105
spec:
106106
containers:
107-
- image: ghcr.io/kcp-dev/infra/build:1.22.7-1
107+
- image: ghcr.io/kcp-dev/infra/build:1.22.10-1
108108
command:
109109
- ./hack/run-with-prometheus.sh
110110
- make
@@ -132,7 +132,7 @@ presubmits:
132132
preset-goproxy: "true"
133133
spec:
134134
containers:
135-
- image: ghcr.io/kcp-dev/infra/build:1.22.7-1
135+
- image: ghcr.io/kcp-dev/infra/build:1.22.10-1
136136
command:
137137
- ./hack/run-with-prometheus.sh
138138
- make
@@ -162,7 +162,7 @@ presubmits:
162162
preset-goproxy: "true"
163163
spec:
164164
containers:
165-
- image: ghcr.io/kcp-dev/infra/build:1.22.7-1
165+
- image: ghcr.io/kcp-dev/infra/build:1.22.10-1
166166
command:
167167
- ./hack/run-with-prometheus.sh
168168
- make
@@ -188,7 +188,7 @@ presubmits:
188188
preset-goproxy: "true"
189189
spec:
190190
containers:
191-
- image: ghcr.io/kcp-dev/infra/build:1.22.7-1
191+
- image: ghcr.io/kcp-dev/infra/build:1.22.10-1
192192
command:
193193
- ./hack/run-with-prometheus.sh
194194
- make

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
# limitations under the License.
1616

1717
# Build the binary
18-
FROM --platform=${BUILDPLATFORM} docker.io/golang:1.22.7 AS builder
18+
FROM --platform=${BUILDPLATFORM} docker.io/golang:1.22.10 AS builder
1919
WORKDIR /workspace
2020

2121
# Install dependencies.

0 commit comments

Comments
 (0)