Skip to content

Commit

Permalink
updated go version to 1.21.13
Browse files Browse the repository at this point in the history
  • Loading branch information
alesforz committed Aug 19, 2024
1 parent d56a452 commit ddc26aa
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/govulncheck.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
steps:
- uses: actions/setup-go@v4
with:
go-version: "1.21"
go-version: "1.21.13"
- uses: actions/checkout@v4
- uses: technote-space/get-diff-action@v6
with:
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.21
go 1.21.13

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.21 AS build
FROM golang:1.21.13 AS build

ENV LD_LIBRARY_PATH=/usr/local/lib

Expand Down

0 comments on commit ddc26aa

Please sign in to comment.