Skip to content

Commit

Permalink
chore: relax Go version constraint to 1.23 (#245)
Browse files Browse the repository at this point in the history
  • Loading branch information
zrbecker authored Feb 19, 2025
1 parent ca3ad46 commit 569db46
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 4 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/go-version.env

This file was deleted.

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.23.6
go 1.23

require (
github.com/cockroachdb/pebble v1.1.4
Expand Down
2 changes: 1 addition & 1 deletion tools/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM golang:1.23.6
FROM golang:1.23

RUN apt update \
&& apt install -y \
Expand Down

0 comments on commit 569db46

Please sign in to comment.