mirror of
https://github.com/samber/cc-skills-golang.git
synced 2026-09-11 19:46:44 +03:00
fix(skills): fix dependency install commands and bump versions
- grpc: add protoc-gen-go and protoc-gen-go-grpc go install commands - lint: replace brew with go install for golangci-lint - continuous-integration: replace brew with go install for goreleaser - CLAUDE.md: prefer go install over brew install in Dependencies blocks - Bump skill versions: benchmark→1.2.4, ci→1.3.1, dep-mgmt→1.2.3, google-wire→1.0.3, grpc→1.1.4, lint→1.2.2, performance→1.2.2, security→1.1.7, swagger→1.0.1, testing→1.2.2, troubleshooting→1.2.2 - Bump plugin version: 1.5.0→1.5.1
This commit is contained in:
@@ -6,7 +6,7 @@ license: MIT
|
||||
compatibility: Designed for Claude Code or similar AI coding agents, and for projects using Golang.
|
||||
metadata:
|
||||
author: samber
|
||||
version: "1.1.3"
|
||||
version: "1.1.4"
|
||||
openclaw:
|
||||
emoji: "🌐"
|
||||
homepage: https://github.com/samber/cc-skills-golang
|
||||
@@ -30,6 +30,8 @@ allowed-tools: Read Edit Write Glob Grep Bash(go:*) Bash(golangci-lint:*) Bash(g
|
||||
|
||||
**Dependencies:**
|
||||
- protoc: `brew install protobuf`
|
||||
- protoc-gen-go: `go install google.golang.org/protobuf/cmd/protoc-gen-go@latest`
|
||||
- protoc-gen-go-grpc: `go install google.golang.org/grpc/cmd/protoc-gen-go-grpc@latest`
|
||||
|
||||
# Go gRPC Best Practices
|
||||
|
||||
|
||||
Reference in New Issue
Block a user