From eddd844558c17c9ff365cda8a564c6cab48006d1 Mon Sep 17 00:00:00 2001 From: Sascha Grunert Date: Wed, 16 Oct 2024 09:56:01 +0200 Subject: [PATCH] Bump required go to 1.23 Remove the toolchain restriction and just force use go 1.23 because of the dependencies. Signed-off-by: Sascha Grunert --- .github/dependabot.yml | 4 ++-- go.mod | 3 +-- 2 files changed, 3 insertions(+), 4 deletions(-) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 5ed6f76..a3e5daf 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -10,10 +10,10 @@ updates: - package-ecosystem: "github-actions" directory: "/" schedule: - interval: daily + interval: daily open-pull-requests-limit: 10 labels: - - "release-note-none" + - "release-note-none" groups: actions: update-types: diff --git a/go.mod b/go.mod index 6485cd0..ada17f4 100644 --- a/go.mod +++ b/go.mod @@ -1,7 +1,6 @@ module github.com/cri-o/ocicni -go 1.22 -toolchain go1.23.2 +go 1.23 require ( github.com/containernetworking/cni v1.2.3