From 78d2ebe1de60af02f0a2c93d14cb7d5351ce394a Mon Sep 17 00:00:00 2001 From: Marvin <127591405+Lokowitz@users.noreply.github.com> Date: Thu, 28 Aug 2025 17:25:26 +0200 Subject: [PATCH 1/5] Update dependabot.yml Former-commit-id: d696706a2e5f5116157c8997ecfaa91155834b49 --- .github/dependabot.yml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index d949faf..6ffeec3 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -33,3 +33,8 @@ updates: minor-updates: update-types: - "minor" + + - package-ecosystem: "github-actions" + directory: "/" + schedule: + interval: "weekly" From 32b7dc7c43824272ef9a7cc4adaf8d9ecb705708 Mon Sep 17 00:00:00 2001 From: Marvin <127591405+Lokowitz@users.noreply.github.com> Date: Thu, 28 Aug 2025 17:26:00 +0200 Subject: [PATCH 2/5] Update cicd.yml Former-commit-id: d3b461c01d3697a6d7e6cc67bb2f7bd1092e93ba --- .github/workflows/cicd.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/cicd.yml b/.github/workflows/cicd.yml index 5dee76a..7b436cf 100644 --- a/.github/workflows/cicd.yml +++ b/.github/workflows/cicd.yml @@ -21,7 +21,7 @@ jobs: - name: Install Go uses: actions/setup-go@v4 with: - go-version: 1.24 + go-version: 1.25 - name: Update version in main.go run: | From 8f4e0ba29e7673ca94a4e7778774e300d90674a5 Mon Sep 17 00:00:00 2001 From: Marvin <127591405+Lokowitz@users.noreply.github.com> Date: Thu, 28 Aug 2025 17:26:22 +0200 Subject: [PATCH 3/5] Update test.yml Former-commit-id: 27d687e91cb949b9884f19083c98843a5a68c5a5 --- .github/workflows/test.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 52fc2a4..10859c7 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -16,7 +16,7 @@ jobs: - name: Set up Go uses: actions/setup-go@v4 with: - go-version: '1.24' + go-version: 1.25 - name: Build go run: go build From f6fa5fd02cb3605e67dd76aef5e2ba5a1f446c3f Mon Sep 17 00:00:00 2001 From: Marvin <127591405+Lokowitz@users.noreply.github.com> Date: Thu, 28 Aug 2025 17:26:43 +0200 Subject: [PATCH 4/5] Update .go-version Former-commit-id: d64a4b5973a13cb5c5d496d09d61a9e63f624b73 --- .go-version | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.go-version b/.go-version index 3900bcd..5e2b950 100644 --- a/.go-version +++ b/.go-version @@ -1 +1 @@ -1.24 +1.25 From 6f3f162d2b19304f72c34d512559112720733255 Mon Sep 17 00:00:00 2001 From: Marvin <127591405+Lokowitz@users.noreply.github.com> Date: Thu, 28 Aug 2025 17:27:12 +0200 Subject: [PATCH 5/5] Update go.mod Former-commit-id: d61d7b64fc719b62ee022ecc8005bd8adcc4e01a --- go.mod | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/go.mod b/go.mod index 1db50b3..95a99c4 100644 --- a/go.mod +++ b/go.mod @@ -1,6 +1,6 @@ module github.com/fosrl/olm -go 1.24 +go 1.25 require ( github.com/fosrl/newt v0.0.0-20250730062419-3ccd755d557a