Skip to content

Commit c0b493a

Browse files
authored
Merge pull request #1155 from crossplane-contrib/fix/cve-remediation-main-20260225-201340
fix(security): remediate CVE vulnerabilities
2 parents 5965f50 + c4523a4 commit c0b493a

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
@@ -13,7 +13,7 @@ on:
1313
workflow_dispatch: {}
1414

1515
env:
16-
GO_VERSION: "1.25.5"
16+
GO_VERSION: "1.25.7"
1717

1818
jobs:
1919
detect-noop:

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
module github.com/upbound/provider-azure/v2
66

7-
go 1.25.5
7+
go 1.25.7
88

99
tool golang.org/x/tools/cmd/goimports
1010

0 commit comments

Comments
 (0)