Skip to content

Commit 9ab7003

Browse files
committed
bump go to 1.25.3
Signed-off-by: Fedor Partanskiy <[email protected]>
1 parent e3d1f45 commit 9ab7003

File tree

6 files changed

+129
-241
lines changed

6 files changed

+129
-241
lines changed

.github/workflows/build.yml

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

1010
env:
11-
GO_VER: 1.24.4
12-
PROTOC_VER: 29.3
13-
PROTOC_GEN_GO_VER: v1.36.5
11+
GO_VER: 1.25.3
12+
PROTOC_VER: 33.0
13+
PROTOC_GEN_GO_VER: v1.36.10
1414

1515
jobs:
1616
validate:

examples/naive_chain/test_message.pb.go

Lines changed: 9 additions & 15 deletions
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.24.4
3+
go 1.25.3
44

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

smartbftprotos/logrecord.pb.go

Lines changed: 15 additions & 22 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)