Skip to content

Commit

Permalink
build(deps): Bump minimum Go version to v1.23 (#194)
Browse files Browse the repository at this point in the history
* build(deps): Bump minimum Go version to v1.23

Refs cometbft/cometbft#4039

* github workflow go version
  • Loading branch information
melekes authored Sep 9, 2024
1 parent bf6feef commit eb2e732
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 3 deletions.
2 changes: 2 additions & 0 deletions .changelog/unreleased/breaking-changes/4039-go-2024-3107.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
- `[go/runtime]` Bump minimum Go version to v1.23
([\#4039](https://github.com/cometbft/cometbft/issues/4039))
2 changes: 1 addition & 1 deletion .github/workflows/go-version.env
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
# .github/go-version.env
GO_VERSION=1.22.5
GO_VERSION=1.23.1
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.22.5
go 1.23.1

require (
github.com/cockroachdb/pebble v1.1.2
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.22.5 AS build
FROM golang:1.23.1 AS build

ENV LD_LIBRARY_PATH=/usr/local/lib

Expand Down

0 comments on commit eb2e732

Please sign in to comment.