From b4d3808a8b83cc187cc0e38a8ba5583a2e8b4637 Mon Sep 17 00:00:00 2001 From: cpanato Date: Wed, 27 Mar 2024 17:49:53 +0100 Subject: [PATCH 1/2] group dependabot updates Signed-off-by: cpanato --- .github/dependabot.yml | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 837cc5c..9d7ce1f 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -6,8 +6,18 @@ updates: schedule: interval: "daily" open-pull-requests-limit: 10 + groups: + all: + update-types: + - "patch" + - package-ecosystem: "github-actions" directory: "/" schedule: interval: "daily" open-pull-requests-limit: 10 + groups: + all: + update-types: + - "minor" + - "patch" From e2840e5a3e565b817bcb6c28acd1b4b63a477f84 Mon Sep 17 00:00:00 2001 From: cpanato Date: Wed, 27 Mar 2024 17:50:09 +0100 Subject: [PATCH 2/2] upgrade to go1.22 Signed-off-by: cpanato --- .github/workflows/ci.yaml | 2 +- .github/workflows/use-action.yaml | 2 +- go.mod | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 03340f0..c79cf24 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -10,7 +10,7 @@ jobs: steps: - uses: actions/setup-go@0c52d547c9bc32b1aa3301fd7a9cb496313a4491 # v5.0.0 with: - go-version: '1.20' + go-version: '1.22' check-latest: 'true' - uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1 diff --git a/.github/workflows/use-action.yaml b/.github/workflows/use-action.yaml index bd62bd5..dab0ab5 100644 --- a/.github/workflows/use-action.yaml +++ b/.github/workflows/use-action.yaml @@ -20,7 +20,7 @@ jobs: steps: - uses: actions/setup-go@0c52d547c9bc32b1aa3301fd7a9cb496313a4491 # v5.0.0 with: - go-version: '1.20' + go-version: '1.22' check-latest: 'true' - uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1 diff --git a/go.mod b/go.mod index 49abcbc..79c042d 100644 --- a/go.mod +++ b/go.mod @@ -1,3 +1,3 @@ module github.com/ko-build/setup-ko -go 1.20 +go 1.22