Skip to content

Commit

Permalink
chore(deps): bump minimum Go support to 1.22 (#2171)
Browse files Browse the repository at this point in the history
Since Go 1.21 is no longer maintained, bump minimum Go version to 1.22
  • Loading branch information
ryanfoxtyler authored Feb 14, 2025
1 parent 3e5a8cb commit 14c243b
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
8 changes: 4 additions & 4 deletions .trunk/trunk.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,21 +27,21 @@ lint:
- "*.pb.go"
enabled:
- [email protected]
- renovate@39.161.0
- renovate@39.169.3
- [email protected]
- [email protected].365
- [email protected].369
- git-diff-check
- [email protected]
- [email protected]
- [email protected]
- [email protected]
- [email protected]
- prettier@3.4.2
- prettier@3.5.0
- [email protected]
- [email protected]
- [email protected]
- [email protected]
- [email protected].4
- [email protected].7
- [email protected]
actions:
enabled:
Expand Down
4 changes: 2 additions & 2 deletions go.mod
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
module github.com/dgraph-io/badger/v4

go 1.21
go 1.22.12

toolchain go1.23.5
toolchain go1.23.6

require (
github.com/cespare/xxhash/v2 v2.3.0
Expand Down

0 comments on commit 14c243b

Please sign in to comment.