Skip to content

Commit ac2a9ae

Browse files
committed
bump go to 1.25.5
Signed-off-by: Fedor Partanskiy <[email protected]>
1 parent cb0f724 commit ac2a9ae

File tree

6 files changed

+7
-7
lines changed

6 files changed

+7
-7
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@ on:
88
workflow_dispatch:
99

1010
env:
11-
GO_VER: 1.25.3
12-
PROTOC_VER: "33.0"
11+
GO_VER: 1.25.5
12+
PROTOC_VER: "33.1"
1313
PROTOC_GEN_GO_VER: v1.36.10
1414

1515
jobs:

examples/naive_chain/test_message.pb.go

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
module github.com/hyperledger-labs/SmartBFT
22

3-
go 1.25.3
3+
go 1.25.5
44

55
require (
66
github.com/stretchr/testify v1.11.1

smartbftprotos/logrecord.pb.go

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

smartbftprotos/messages.pb.go

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

test/test_messages.pb.go

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)