File tree 4 files changed +13
-3
lines changed
4 files changed +13
-3
lines changed Original file line number Diff line number Diff line change @@ -6,8 +6,18 @@ updates:
6
6
schedule :
7
7
interval : " daily"
8
8
open-pull-requests-limit : 10
9
+ groups :
10
+ all :
11
+ update-types :
12
+ - " patch"
13
+
9
14
- package-ecosystem : " github-actions"
10
15
directory : " /"
11
16
schedule :
12
17
interval : " daily"
13
18
open-pull-requests-limit : 10
19
+ groups :
20
+ all :
21
+ update-types :
22
+ - " minor"
23
+ - " patch"
Original file line number Diff line number Diff line change 10
10
steps :
11
11
- uses : actions/setup-go@0c52d547c9bc32b1aa3301fd7a9cb496313a4491 # v5.0.0
12
12
with :
13
- go-version : ' 1.20 '
13
+ go-version : ' 1.22 '
14
14
check-latest : ' true'
15
15
16
16
- uses : actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
Original file line number Diff line number Diff line change 20
20
steps :
21
21
- uses : actions/setup-go@0c52d547c9bc32b1aa3301fd7a9cb496313a4491 # v5.0.0
22
22
with :
23
- go-version : ' 1.20 '
23
+ go-version : ' 1.22 '
24
24
check-latest : ' true'
25
25
26
26
- uses : actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
Original file line number Diff line number Diff line change 1
1
module github.com/ko-build/setup-ko
2
2
3
- go 1.20
3
+ go 1.22
You can’t perform that action at this time.
0 commit comments