Skip to content

Commit 31342dc

Browse files
chore: change renovate to maintain backwards compatible go version (#2236)
**Description** Updating renovate to leave go version as declared --------- Co-authored-by: raphael-istari <[email protected]>
1 parent ca9ca3e commit 31342dc

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

.github/workflows/ci-dgraph-tests.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,8 @@ jobs:
2525
uses: actions/setup-go@v6
2626
with:
2727
go-version-file: go.mod
28+
- name: Install gotestsum
29+
run: go install gotest.tools/gotestsum@latest
2830
- name: Fetch latest Badger version
2931
run: |
3032
go get github.com/dgraph-io/badger/v4@main

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
![Badger mascot](images/diggy-shadow.png)
1111

1212
BadgerDB is an embeddable, persistent and fast key-value (KV) database written in pure Go. It is the
13-
underlying database for [Dgraph](https://github.com/hypermodeinc/dgraph), a fast, distributed graph
13+
underlying database for [Dgraph](https://github.com/dgraph-io/dgraph), a fast, distributed graph
1414
database. It's meant to be a performant alternative to non-Go-based key-value stores like RocksDB.
1515

1616
## Project Status

0 commit comments

Comments
 (0)