Skip to content

Commit

Permalink
Merge pull request #62 from ipfs/uci/copy-templates
Browse files Browse the repository at this point in the history
ci: uci/copy-templates
  • Loading branch information
galargh authored Aug 15, 2023
2 parents 9f93727 + 144f1b1 commit a849ad4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion ds_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@ package badger
import (
"bytes"
"context"
"crypto/rand"
"errors"
"fmt"
"math/rand"
"os"
"sort"
"testing"
Expand Down
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -30,4 +30,4 @@ require (
gopkg.in/yaml.v3 v3.0.0-20210107192922-496545a6307b // indirect
)

go 1.19
go 1.20

0 comments on commit a849ad4

Please sign in to comment.