Skip to content

Commit

Permalink
missing '.1' to version number
Browse files Browse the repository at this point in the history
  • Loading branch information
mmetc committed Oct 9, 2024
1 parent ba694cc commit 21dc188
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/protobufs/generate.go
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,6 @@ package protobufs
//
// Not the same versions as google.golang.org/grpc
// go list -m -versions google.golang.org/grpc/cmd/protoc-gen-go-grpc
// go install google.golang.org/grpc/cmd/protoc-gen-go-grpc@v1.5.
// go install google.golang.org/grpc/cmd/protoc-gen-go-grpc@v1.5.1

//go:generate protoc --go_out=. --go_opt=paths=source_relative --go-grpc_out=. --go-grpc_opt=paths=source_relative notifier.proto

0 comments on commit 21dc188

Please sign in to comment.