Skip to content

Commit 6cb19b1

Browse files
authored
Bump golang version to 1.22 (#279)
upgrade golang to [1.22](https://go.dev/doc/go1.22).
1 parent 2a4e9e1 commit 6cb19b1

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/dependabot.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,6 @@ updates:
99
rebase-strategy: disabled
1010

1111
- package-ecosystem: gomod
12-
directory: /
12+
directory: "/"
1313
schedule:
1414
interval: daily

go.mod

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
module github.com/open-cmsis-pack/cpackget
22

3-
go 1.21
3+
go 1.22.2
44

55
require (
66
github.com/ProtonMail/gopenpgp/v2 v2.7.5

0 commit comments

Comments
 (0)