Skip to content

Commit 858fd29

Browse files
authored
Merge pull request #268 from crossplane-contrib/fix-release-0.9/CVE-2025-61729,CVE-2025-61727
[release-0.9]: Update go.mod dependencies [SECURITY]
2 parents bee4163 + bba5cc9 commit 858fd29

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.24.10'
17+
GO_VERSION: '1.24.11'
1818
GOLANGCI_VERSION: 'v1.64.8'
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.24.10
3+
go 1.24.11
44

55
require (
66
github.com/alecthomas/kong v0.9.0

0 commit comments

Comments
 (0)