Skip to content

Commit fe17e68

Browse files
authored
Merge pull request #620 from crossplane-contrib/fix/cve-remediation-release-0.12-20260825-091309
fix(security): remediate CVE vulnerabilities in Go 1.25.13
2 parents 185090a + a9fc7df commit fe17e68

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.12'
17+
GO_VERSION: '1.25.13'
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-go-templating
22

3-
go 1.25.12
3+
go 1.25.13
44

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

0 commit comments

Comments
 (0)