chore: change renovate to maintain backwards compatible go version (#2236)

**Description**

Updating renovate to leave go version as declared

---------

Co-authored-by: raphael-istari <rderbier@istaridigital.com>
This commit is contained in:
Matthew McNeely
2025-11-17 19:28:05 -05:00
committed by GitHub
co-authored by raphael-istari
parent 59bb9e577b
commit fe1a22dc6b
2 changed files with 3 additions and 1 deletions
+2
View File
@@ -25,6 +25,8 @@ jobs:
uses: actions/setup-go@v6
with:
go-version-file: go.mod
- name: Install gotestsum
run: go install gotest.tools/gotestsum@latest
- name: Fetch latest Badger version
run: |
go get github.com/dgraph-io/badger/v4@main
+1 -1
View File
@@ -10,7 +10,7 @@
![Badger mascot](images/diggy-shadow.png)
BadgerDB is an embeddable, persistent and fast key-value (KV) database written in pure Go. It is the
underlying database for [Dgraph](https://github.com/hypermodeinc/dgraph), a fast, distributed graph
underlying database for [Dgraph](https://github.com/dgraph-io/dgraph), a fast, distributed graph
database. It's meant to be a performant alternative to non-Go-based key-value stores like RocksDB.
## Project Status