Skip to content

Commit 2f26bad

Browse files
authored
Merge pull request #4384 from menahyouyeah/go-update
security: upgrade go version to 1.25.7 to fix CVE-2025-61732
2 parents 77c718c + 929d1c0 commit 2f26bad

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
lines changed

Makefile

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-
GOLANG_VERSION := 1.25.6
15+
GOLANG_VERSION := 1.25.7
1616
GORELEASER_CONFIG = release/tag/goreleaser.yaml
1717
GORELEASER_IMAGE := ghcr.io/goreleaser/goreleaser-cross:v$(GOLANG_VERSION)
1818

documentation/go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
module github.com/kptdev/docs
22

3-
go 1.25.6
3+
go 1.25.7
44

55
require github.com/google/docsy v0.12.0 // indirect

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
module github.com/kptdev/kpt
22

3-
go 1.25.6
3+
go 1.25.7
44

55
require (
66
github.com/bytecodealliance/wasmtime-go v1.0.0

healthcheck/go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
module github.com/kptdev/kpt/healthcheck
22

3-
go 1.25.6
3+
go 1.25.7
44

55
require (
66
k8s.io/apimachinery v0.34.1

rollouts/go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
module github.com/kptdev/kpt/rollouts
22

3-
go 1.25.6
3+
go 1.25.7
44

55
require (
66
cloud.google.com/go/iam v0.13.0

0 commit comments

Comments
 (0)