Skip to content

Commit 72ccd68

Browse files
committed
fix: CVE-2025-61726 - upgrade go version to >1.25.5
Signed-off-by: Shubham Bhardwaj <shubbhar@redhat.com>
1 parent 085896b commit 72ccd68

3 files changed

Lines changed: 7 additions & 101 deletions

File tree

.github/workflows/ci.yaml

Lines changed: 0 additions & 98 deletions
This file was deleted.

.github/workflows/codeql-analysis.yml

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,10 +13,14 @@ name: "CodeQL"
1313

1414
on:
1515
push:
16-
branches: [main]
16+
branches:
17+
- main
18+
- release-*
1719
pull_request:
1820
# The branches below must be a subset of the branches above
19-
branches: [main]
21+
branches:
22+
- main
23+
- release-*
2024
schedule:
2125
- cron: '30 20 * * 2'
2226

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
module github.com/tektoncd/cli
22

3-
go 1.25.0
3+
go 1.25.6
44

55
require (
66
github.com/AlecAivazis/survey/v2 v2.3.7

0 commit comments

Comments
 (0)