Skip to content

Commit 7a1af48

Browse files
fix(security): remediate CVE vulnerabilities (#542)
* fix(security): remediate CVE vulnerabilities - Update Go version to 1.24.13 (fixes CVE-2025-68121, CVE-2025-61726, CVE-2025-61731, CVE-2025-61732, CVE-2025-61728, CVE-2025-61730) Signed-off-by: Alper Rifat Ulucinar <ulucinar@users.noreply.github.com> * fix(ci): update GO_VERSION to 1.24.13 The go.mod requires go >= 1.24.13 but the CI workflow was configured with GO_VERSION 1.24.11, causing Docker builds to fail. Signed-off-by: Alper Rifat Ulucinar <ulucinar@users.noreply.github.com> --------- Signed-off-by: Alper Rifat Ulucinar <ulucinar@users.noreply.github.com> Co-authored-by: Alper Rifat Ulucinar <ulucinar@users.noreply.github.com>
1 parent 0133c6e commit 7a1af48

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.11'
17+
GO_VERSION: '1.24.13'
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.11
3+
go 1.24.13
44

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

0 commit comments

Comments
 (0)