Skip to content

Commit 0133c6e

Browse files
authored
Merge pull request #522 from crossplane-contrib/fix-release-0.11/CVE-2025-61729,CVE-2025-61727
[release-0.11]: Update go.mod dependencies [SECURITY]
2 parents 98849b0 + 623fae1 commit 0133c6e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.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-go-templating
22

3-
go 1.24.10
3+
go 1.24.11
44

55
require (
66
dario.cat/mergo v1.0.2

0 commit comments

Comments
 (0)