Skip to content

Commit 795013a

Browse files
authored
hotfix: zap-pretty version in make deps (#1647)
1 parent ee342e1 commit 795013a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ deps: submodules go_deps build_all_ffi ## Install deps
5252

5353
go_deps:
5454
@echo "Installing Go dependencies..."
55-
go install github.com/maoueh/zap-pretty@latest
55+
go install github.com/maoueh/zap-pretty@v0.3.0
5656
go install github.com/ethereum/go-ethereum/cmd/abigen@latest
5757
go install github.com/Layr-Labs/eigenlayer-cli/cmd/eigenlayer@latest
5858

0 commit comments

Comments
 (0)