Skip to content

Commit 6b75d0a

Browse files
authored
Merge pull request #110 from embik/go-1.24.9
Update to Go 1.24.9
2 parents 18612e5 + 28f9e85 commit 6b75d0a

File tree

3 files changed

+7
-7
lines changed

3 files changed

+7
-7
lines changed

.github/workflows/release.yml

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

2828
- uses: actions/setup-go@0aaccfd150d50ccaeb58ebd88d36e91967a5f35b # tag=v5.4.0
2929
with:
30-
go-version: v1.24.8
30+
go-version: v1.24.9
3131
cache: true
3232

3333
- name: Delete non-semver tags

.prow.yaml

Lines changed: 5 additions & 5 deletions
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.24.8-1
24+
- image: ghcr.io/kcp-dev/infra/build:1.24.9-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.24.8-1
40+
- image: ghcr.io/kcp-dev/infra/build:1.24.9-1
4141
command:
4242
- make
4343
- lint
@@ -76,7 +76,7 @@ presubmits:
7676
preset-goproxy: "true"
7777
spec:
7878
containers:
79-
- image: ghcr.io/kcp-dev/infra/build:1.24.8-1
79+
- image: ghcr.io/kcp-dev/infra/build:1.24.9-1
8080
command:
8181
- make
8282
- test
@@ -96,7 +96,7 @@ presubmits:
9696
preset-goproxy: "true"
9797
spec:
9898
containers:
99-
- image: ghcr.io/kcp-dev/infra/build:1.24.8-1
99+
- image: ghcr.io/kcp-dev/infra/build:1.24.9-1
100100
command:
101101
- hack/ci/run-e2e-tests.sh
102102
env:
@@ -115,7 +115,7 @@ presubmits:
115115
preset-goproxy: "true"
116116
spec:
117117
containers:
118-
- image: ghcr.io/kcp-dev/infra/build:1.24.8-1
118+
- image: ghcr.io/kcp-dev/infra/build:1.24.9-1
119119
command:
120120
- hack/ci/run-e2e-tests.sh
121121
env:

Dockerfile

Lines changed: 1 addition & 1 deletion
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.24.8 AS builder
15+
FROM --platform=${BUILDPLATFORM} docker.io/golang:1.24.9 AS builder
1616
ARG TARGETOS
1717
ARG TARGETARCH
1818

0 commit comments

Comments
 (0)