Skip to content

Commit 801fbde

Browse files
authored
Update codec dependency version in Makefile
1 parent 279ee2d commit 801fbde

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
@@ -21,7 +21,7 @@ go.mod:
2121
go mod tidy -compat=1.17
2222

2323
deps:
24-
go get github.com/ugorji/go/codec@latest
24+
go get github.com/ugorji/go/codec@v1.2.11
2525
go get -d ./...
2626
go mod tidy -compat=1.17
2727

0 commit comments

Comments
 (0)