Skip to content

Commit

Permalink
Bump minimum Go version to 1.20
Browse files Browse the repository at this point in the history
Signed-off-by: Thane Thomson <connect@thanethomson.com>
  • Loading branch information
thanethomson committed Jun 15, 2023
1 parent 068794b commit 7346378
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ recommend depending on this library for new projects.

### Minimum Go Version

Go 1.19+
Go 1.20+

## Supported Database Backends

Expand Down
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module github.com/cometbft/cometbft-db

go 1.19
go 1.20

require (
github.com/dgraph-io/badger/v2 v2.2007.4
Expand Down
2 changes: 1 addition & 1 deletion tools/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
# updates here, merge the changes here first and let the image get updated (or
# push a new version manually) before PRs that depend on them.

FROM golang:1.19-bullseye AS build
FROM golang:1.20 AS build

ENV LD_LIBRARY_PATH=/usr/local/lib

Expand Down

0 comments on commit 7346378

Please sign in to comment.