diff --git a/.github/dependabot.yaml b/.github/dependabot.yaml index 18d510b..5b15372 100644 --- a/.github/dependabot.yaml +++ b/.github/dependabot.yaml @@ -9,6 +9,6 @@ updates: rebase-strategy: disabled - package-ecosystem: gomod - directory: / + directory: "/" schedule: interval: daily diff --git a/go.mod b/go.mod index d1f3909..6ad4b12 100644 --- a/go.mod +++ b/go.mod @@ -1,6 +1,6 @@ module github.com/open-cmsis-pack/cpackget -go 1.21 +go 1.22.2 require ( github.com/ProtonMail/gopenpgp/v2 v2.7.5