Skip to content

Commit

Permalink
bump Go to 1.22.7 (#197)
Browse files Browse the repository at this point in the history
  • Loading branch information
andynog committed Sep 9, 2024
1 parent 4d1c572 commit 1cf0bc8
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
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.22.7
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.22.7

require (
github.com/cockroachdb/pebble v1.1.1
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.22.7 AS build

ENV LD_LIBRARY_PATH=/usr/local/lib

Expand Down

0 comments on commit 1cf0bc8

Please sign in to comment.