Skip to content

Commit 09e9eae

Browse files
committed
security: upgrade go version to 1.25.9 to fix CVE-2026-27143
1 parent c59c2a6 commit 09e9eae

4 files changed

Lines changed: 4 additions & 4 deletions

File tree

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.7
15+
GOLANG_VERSION := 1.25.9
1616
GORELEASER_CONFIG = release/tag/goreleaser.yaml
1717
GORELEASER_IMAGE := ghcr.io/goreleaser/goreleaser-cross:v$(GOLANG_VERSION)
1818
YEAR_GEN := $(shell date '+%Y')

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.7
3+
go 1.25.9
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.7
3+
go 1.25.9
44

55
require (
66
github.com/Masterminds/semver/v3 v3.4.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.7
3+
go 1.25.9
44

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

0 commit comments

Comments
 (0)