Skip to content

Commit d52cdce

Browse files
committed
chore: Upgrade golang version to 1.25.8 (#10009)
chore: Upgrade golang version to 1.25.8
1 parent af4c0b7 commit d52cdce

14 files changed

Lines changed: 93 additions & 22 deletions

File tree

.github/workflows/integration-linux.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535
- name: Set up Go
3636
uses: actions/setup-go@v6
3737
with:
38-
go-version: 1.25.7
38+
go-version: 1.25.8
3939
id: go
4040

4141
- name: Set up Java

.github/workflows/linters-checks.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
- name: Set up Go
1818
uses: actions/setup-go@v6
1919
with:
20-
go-version: 1.25.7
20+
go-version: 1.25.8
2121
id: go
2222

2323
- name: Check out code into the Go module directory

.github/workflows/unit-tests-darwin.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
- name: Set up Go
2424
uses: actions/setup-go@v6
2525
with:
26-
go-version: 1.25.7
26+
go-version: 1.25.8
2727
id: go
2828

2929
# Retrieve build locations with `go env`

.github/workflows/unit-tests-linux.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
- name: Set up Go
1818
uses: actions/setup-go@v6
1919
with:
20-
go-version: 1.25.7
20+
go-version: 1.25.8
2121
id: go
2222

2323
- name: Check out code into the Go module directory

.github/workflows/unit-tests-windows.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
- name: Set up Go
2525
uses: actions/setup-go@v6
2626
with:
27-
go-version: 1.25.7
27+
go-version: 1.25.8
2828
id: go
2929

3030
# Retrieve build locations with `go env`

.github/workflows/verify-examples.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
- name: Set up Go
2424
uses: actions/setup-go@v6
2525
with:
26-
go-version: 1.25.7
26+
go-version: 1.25.8
2727
id: go
2828

2929
# Skip changes not affecting examples or integration/examples

CHANGELOG.md

Lines changed: 71 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,74 @@
1+
# v2.18.0 Release - 03/12/2026
2+
**Linux amd64**
3+
`curl -Lo skaffold https://storage.googleapis.com/skaffold/releases/v2.18.0/skaffold-linux-amd64 && chmod +x skaffold && sudo mv skaffold /usr/local/bin`
4+
5+
**Linux arm64**
6+
`curl -Lo skaffold https://storage.googleapis.com/skaffold/releases/v2.18.0/skaffold-linux-arm64 && chmod +x skaffold && sudo mv skaffold /usr/local/bin`
7+
8+
**macOS amd64**
9+
`curl -Lo skaffold https://storage.googleapis.com/skaffold/releases/v2.18.0/skaffold-darwin-amd64 && chmod +x skaffold && sudo mv skaffold /usr/local/bin`
10+
11+
**macOS arm64**
12+
`curl -Lo skaffold https://storage.googleapis.com/skaffold/releases/v2.18.0/skaffold-darwin-arm64 && chmod +x skaffold && sudo mv skaffold /usr/local/bin`
13+
14+
**Windows**
15+
https://storage.googleapis.com/skaffold/releases/v2.18.0/skaffold-windows-amd64.exe
16+
17+
**Docker image**
18+
`gcr.io/k8s-skaffold/skaffold:v2.18.0`
19+
20+
Highlights:
21+
22+
New Features and Additions:
23+
24+
Fixes:
25+
26+
Updates and Refactors:
27+
28+
Docs, Test, and Release Updates:
29+
* chore: Upgrade golang version to 1.25.8 [#10009](https://github.com/GoogleContainerTools/skaffold/pull/10009)
30+
* chore: bumping up docker cli to address CVE-2025-15558 [#10008](https://github.com/GoogleContainerTools/skaffold/pull/10008)
31+
* chore: bump actions/upload-artifact from 6 to 7 in the github-actions group [#9998](https://github.com/GoogleContainerTools/skaffold/pull/9998)
32+
* chore: bump flask from 2.2.5 to 3.1.3 in /examples/hot-reload/python [#10004](https://github.com/GoogleContainerTools/skaffold/pull/10004)
33+
* chore: bump rack from 2.2.20 to 2.2.22 in /integration/examples/ruby/backend [#10005](https://github.com/GoogleContainerTools/skaffold/pull/10005)
34+
* chore: bump flask from 3.1.0 to 3.1.3 in /examples/buildpacks-python [#10006](https://github.com/GoogleContainerTools/skaffold/pull/10006)
35+
* Upgrade go dependencies for skaffold. [#10007](https://github.com/GoogleContainerTools/skaffold/pull/10007)
36+
* chore: bump go.opentelemetry.io/otel/sdk from 1.39.0 to 1.40.0 [#9996](https://github.com/GoogleContainerTools/skaffold/pull/9996)
37+
* chore: delete webhooks [#9999](https://github.com/GoogleContainerTools/skaffold/pull/9999)
38+
* chore: bump rack from 2.2.20 to 2.2.22 in /examples/ruby/backend [#9981](https://github.com/GoogleContainerTools/skaffold/pull/9981)
39+
* chore: bump flask from 2.2.5 to 3.1.3 in /integration/examples/hot-reload/python [#9989](https://github.com/GoogleContainerTools/skaffold/pull/9989)
40+
* chore: bump github.com/cloudflare/circl from 1.6.1 to 1.6.3 [#9993](https://github.com/GoogleContainerTools/skaffold/pull/9993)
41+
* Migration to Kokoro instances [#9991](https://github.com/GoogleContainerTools/skaffold/pull/9991)
42+
* chore: fixing docs due to upgrade in Hugo [#9977](https://github.com/GoogleContainerTools/skaffold/pull/9977)
43+
* Updated the node version to fix error [#9976](https://github.com/GoogleContainerTools/skaffold/pull/9976)
44+
* Updated Dockerfile to try to fix vuln bug [#9974](https://github.com/GoogleContainerTools/skaffold/pull/9974)
45+
* chore: upgrade golang to 1.25.7 [#9973](https://github.com/GoogleContainerTools/skaffold/pull/9973)
46+
* Use mirror in Dockerfiles for integration tests to prevent docker hub rate limits [#9970](https://github.com/GoogleContainerTools/skaffold/pull/9970)
47+
* chore: bump golang.org/x/crypto from 0.36.0 to 0.45.0 in /hack/tools [#9916](https://github.com/GoogleContainerTools/skaffold/pull/9916)
48+
* chore: bump golang.org/x/oauth2 from 0.7.0 to 0.27.0 in /examples/grpc-e2e-tests/service [#9918](https://github.com/GoogleContainerTools/skaffold/pull/9918)
49+
* chore: bump github.com/go-git/go-git/v5 from 5.16.3 to 5.16.5 [#9971](https://github.com/GoogleContainerTools/skaffold/pull/9971)
50+
* test(integration): Update busybox and alpine:3 to use the mirror to avoid docker rate hub limit errors [#9966](https://github.com/GoogleContainerTools/skaffold/pull/9966)
51+
* chore: bump github.com/theupdateframework/go-tuf/v2 from 2.3.0 to 2.4.1 [#9962](https://github.com/GoogleContainerTools/skaffold/pull/9962)
52+
* chore: bump github.com/sigstore/rekor from 1.4.3 to 1.5.0 [#9956](https://github.com/GoogleContainerTools/skaffold/pull/9956)
53+
* chore: bump github.com/sigstore/sigstore from 1.10.3 to 1.10.4 [#9957](https://github.com/GoogleContainerTools/skaffold/pull/9957)
54+
* cicd: bazel github presubmit flow fixes for recent bazel 9.0.0 release [#9961](https://github.com/GoogleContainerTools/skaffold/pull/9961)
55+
* chore: bump github.com/sigstore/cosign/v2 from 2.6.1 to 2.6.2 [#9948](https://github.com/GoogleContainerTools/skaffold/pull/9948)
56+
* cherrypick [#9946](https://github.com/GoogleContainerTools/skaffold/pull/9946)
57+
* Upgrade github.com/google/ko to v0.18.1 [#9939](https://github.com/GoogleContainerTools/skaffold/pull/9939)
58+
* chore: upgrade golang to 1.25.5 [#9944](https://github.com/GoogleContainerTools/skaffold/pull/9944)
59+
* disabling kaniko integration tests due to kaniko service account permissions issue [#9943](https://github.com/GoogleContainerTools/skaffold/pull/9943)
60+
* chore: bump the github-actions group across 1 directory with 3 updates [#9934](https://github.com/GoogleContainerTools/skaffold/pull/9934)
61+
* chore: bump golang.org/x/crypto from 0.43.0 to 0.45.0 [#9917](https://github.com/GoogleContainerTools/skaffold/pull/9917)
62+
63+
Huge thanks goes out to all of our contributors for this release:
64+
65+
- Chris
66+
- Darien Lin
67+
- dependabot[bot]
68+
- Matt Santa
69+
- menahyouyeah
70+
- ruhi-chaddha
71+
172
# v2.17.0 Release - 11/13/2025
273
**Linux amd64**
374
`curl -Lo skaffold https://storage.googleapis.com/skaffold/releases/v2.17.0/skaffold-linux-amd64 && chmod +x skaffold && sudo mv skaffold /usr/local/bin`

deploy/skaffold/Dockerfile.deps

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ ARG ARCH=amd64
1717

1818
FROM ${BASE_PREFIX}docker:28.1.1 as docker-source
1919
FROM docker/buildx-bin:0.23.0 as buildx-source
20-
FROM ${BASE_PREFIX}golang:1.25.7 as golang-source
20+
FROM ${BASE_PREFIX}golang:1.25.8 as golang-source
2121

2222
# Download kubectl
2323
FROM ${BASE_PREFIX}alpine:3.21.2 as download-kubectl
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
Flask==3.1.3
1+
Flask==3.1.0

examples/grpc-e2e-tests/cloud-spanner-bootstrap/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
ARG BASE_PREFIX=mirror.gcr.io/library/
2-
FROM ${BASE_PREFIX}golang:1.19 as builder
2+
FROM ${BASE_PREFIX}golang:1.23 as builder
33

44
WORKDIR /workspace
55

0 commit comments

Comments
 (0)