From 6cb19b1806cfe2cc4ea257fa4d9bd4a40066cc9c Mon Sep 17 00:00:00 2001 From: Sourabh Mehta <73165318+soumeh01@users.noreply.github.com> Date: Thu, 4 Apr 2024 12:54:58 +0200 Subject: [PATCH] Bump golang version to 1.22 (#279) upgrade golang to [1.22](https://go.dev/doc/go1.22). --- .github/dependabot.yaml | 2 +- go.mod | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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