Skip to content

Commit 8c81b32

Browse files
authored
Merge pull request #20 from cpanato/updates
group dependabot updates / upgrade to go1.22
2 parents a516577 + e2840e5 commit 8c81b32

File tree

4 files changed

+13
-3
lines changed

4 files changed

+13
-3
lines changed

.github/dependabot.yml

+10
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,18 @@ updates:
66
schedule:
77
interval: "daily"
88
open-pull-requests-limit: 10
9+
groups:
10+
all:
11+
update-types:
12+
- "patch"
13+
914
- package-ecosystem: "github-actions"
1015
directory: "/"
1116
schedule:
1217
interval: "daily"
1318
open-pull-requests-limit: 10
19+
groups:
20+
all:
21+
update-types:
22+
- "minor"
23+
- "patch"

.github/workflows/ci.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
steps:
1111
- uses: actions/setup-go@0c52d547c9bc32b1aa3301fd7a9cb496313a4491 # v5.0.0
1212
with:
13-
go-version: '1.20'
13+
go-version: '1.22'
1414
check-latest: 'true'
1515

1616
- uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1

.github/workflows/use-action.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
steps:
2121
- uses: actions/setup-go@0c52d547c9bc32b1aa3301fd7a9cb496313a4491 # v5.0.0
2222
with:
23-
go-version: '1.20'
23+
go-version: '1.22'
2424
check-latest: 'true'
2525

2626
- uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1

go.mod

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
module github.com/ko-build/setup-ko
22

3-
go 1.20
3+
go 1.22

0 commit comments

Comments
 (0)