Skip to content

Commit 14c243b

Browse files
authored
chore(deps): bump minimum Go support to 1.22 (#2171)
Since Go 1.21 is no longer maintained, bump minimum Go version to 1.22
1 parent 3e5a8cb commit 14c243b

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

.trunk/trunk.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -27,21 +27,21 @@ lint:
2727
- "*.pb.go"
2828
enabled:
2929
30-
- renovate@39.161.0
30+
- renovate@39.169.3
3131
32-
32+
3333
- git-diff-check
3434
3535
3636
3737
3838
39-
- prettier@3.4.2
39+
- prettier@3.5.0
4040
4141
4242
4343
44-
44+
4545
4646
actions:
4747
enabled:

go.mod

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
module github.com/dgraph-io/badger/v4
22

3-
go 1.21
3+
go 1.22.12
44

5-
toolchain go1.23.5
5+
toolchain go1.23.6
66

77
require (
88
github.com/cespare/xxhash/v2 v2.3.0

0 commit comments

Comments
 (0)