From 6d2f25a86e41e477b2d4a6404b1abf34f0d0947f Mon Sep 17 00:00:00 2001 From: Ryan Fox-Tyler <60440289+ryanfoxtyler@users.noreply.github.com> Date: Thu, 13 Feb 2025 20:00:28 -0800 Subject: [PATCH] chore: bump minimum Go support to 1.22 --- .trunk/trunk.yaml | 8 ++++---- go.mod | 4 ++-- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/.trunk/trunk.yaml b/.trunk/trunk.yaml index c9ce117b1..7aaff7db2 100644 --- a/.trunk/trunk.yaml +++ b/.trunk/trunk.yaml @@ -27,21 +27,21 @@ lint: - "*.pb.go" enabled: - trivy@0.59.1 - - renovate@39.161.0 + - renovate@39.169.3 - actionlint@1.7.7 - - checkov@3.2.365 + - checkov@3.2.369 - git-diff-check - gofmt@1.20.4 - golangci-lint@1.63.4 - markdownlint@0.44.0 - osv-scanner@1.9.2 - oxipng@9.1.3 - - prettier@3.4.2 + - prettier@3.5.0 - shellcheck@0.10.0 - shfmt@3.6.0 - svgo@3.3.2 - taplo@0.9.3 - - trufflehog@3.88.4 + - trufflehog@3.88.7 - yamllint@1.35.1 actions: enabled: diff --git a/go.mod b/go.mod index c2cfc9e3f..57b28147c 100644 --- a/go.mod +++ b/go.mod @@ -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