Skip to content

Commit c4523a4

Browse files
committed
ci: update Go version to 1.25.7
Update CI workflow Go version to match go.mod requirement for CVE remediation. Signed-off-by: Alper Rifat Ulucinar <ulucinar@users.noreply.github.com>
1 parent 25af641 commit c4523a4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
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:

0 commit comments

Comments
 (0)