Skip to content

Commit 074fdfa

Browse files
authored
Merge pull request #308 from crossplane-contrib/fix/cve-remediation-release-0.10-20260417-044200
fix(security): remediate CVE vulnerabilities in Go 1.25.9
2 parents 4d8b9ba + 9feadf8 commit 074fdfa

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ on:
1414

1515
env:
1616
# Common versions
17-
GO_VERSION: '1.25.8'
17+
GO_VERSION: '1.25.9'
1818
GOLANGCI_VERSION: 'v2.4.0'
1919
DOCKER_BUILDX_VERSION: 'v0.23.0'
2020

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
module github.com/crossplane-contrib/function-patch-and-transform
22

3-
go 1.25.8
3+
go 1.25.9
44

55
require (
66
github.com/alecthomas/kong v1.13.0

0 commit comments

Comments
 (0)