Skip to content

Commit 060d840

Browse files
committed
Improve defaults in release workflow
1 parent 64955c7 commit 060d840

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

.github/workflows/release-against-rancher.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -3,15 +3,15 @@ on:
33
workflow_dispatch:
44
inputs:
55
rancher_ref:
6-
description: "Submit PR against the following rancher/rancher branch (e.g. release/v2.7)"
6+
description: "Submit PR against the following rancher/rancher branch (e.g. release/v2.11)"
77
required: true
8-
default: "release/v2.10"
8+
default: "release/v2.11"
99
new_fleet:
10-
description: "New Fleet version (e.g. 0.8.0-rc.3)"
10+
description: "New Fleet version (e.g. 0.12.0-rc.3)"
1111
required: true
1212
default: ""
1313
new_chart:
14-
description: "New Rancher Chart version (e.g. 103.1.0)"
14+
description: "New Rancher Chart version (e.g. 106.1.0)"
1515
required: true
1616
default: ""
1717
should_bump_api:
@@ -21,7 +21,7 @@ on:
2121
go_version:
2222
description: "Go version used for bumping the api. This should be the same version as in the go.mod file of the project."
2323
required: true
24-
default: '1.23.*'
24+
default: '1.24.*'
2525

2626
env:
2727
GOARCH: amd64

0 commit comments

Comments
 (0)