Skip to content

Commit

Permalink
build(deps): bump Go version (#236)
Browse files Browse the repository at this point in the history
* build(deps): bump Go version

* update changelog
  • Loading branch information
melekes authored Feb 7, 2025
1 parent f9acb55 commit 012cc83
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 4 deletions.
2 changes: 2 additions & 0 deletions .changelog/unreleased/dependencies/236-bump-go-version.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
- `[deps]` Bump Go version to 1.23.6
([\#236](https://github.com/cometbft/cometbft-db/pull/236))
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.23.5
GO_VERSION=1.23.6
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.5
go 1.23.6

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
Expand Up @@ -10,7 +10,7 @@
# PLEASE BUMP THE VERSION OF THE IMAGE IN `.github/workflows/ci.yml` WHEN YOU
# MODIFY THIS FILE.

FROM golang:1.23.5
FROM golang:1.23.6

ENV LD_LIBRARY_PATH=/usr/local/lib

Expand Down
2 changes: 1 addition & 1 deletion tools/Dockerfile.arm64
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,6 @@
# PLEASE BUMP THE VERSION OF THE IMAGE IN `.github/workflows/ci.yml` WHEN YOU
# MODIFY THIS FILE.

FROM golang:1.23.5
FROM golang:1.23.6

RUN apt update && apt install -y libleveldb-dev libleveldb1d

0 comments on commit 012cc83

Please sign in to comment.