Merge pull request #272 from wgpsec/main

修复自动化编译问题
This commit is contained in:
影舞者 2023-05-10 11:18:53 +08:00 committed by GitHub
commit 4cfe02ac2c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -1,5 +1,6 @@
before:
hooks:
- sudo apt -y install libprotobuf-dev protobuf-compiler protoc-gen-go
- go mod tidy
- go generate ./...
builds: