Skip to content

Commit 76f8604

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 76f8604

File tree

2 files changed

+10
-2
lines changed

2 files changed

+10
-2
lines changed

.github/workflows/ci.yaml

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,14 @@
11
name: ci
22

3-
on: [pull_request] # yamllint disable-line rule:truthy
3+
on:
4+
pull-request:
5+
branches:
6+
- main
7+
- release-*
8+
push:
9+
branches:
10+
- main
11+
- release-*
412

513
concurrency:
614
group: ${{ github.workflow }}-${{ github.event.pull-request.number || github.ref }}

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)