ci: Align pull_request_template with the main repo + upgrade CI (#155)

Signed-off-by: tison <wander4096@gmail.com>
This commit is contained in:
tison
2024-04-28 10:30:32 +08:00
committed by GitHub
parent 2c14c6e22d
commit 95cd1ab1c0
12 changed files with 31 additions and 39 deletions
+1 -1
View File
@@ -14,7 +14,7 @@
syntax = "proto3";
package prometheus;
// GreptimeTeam modify the original go_package definition to make it constistent with the go package name.
// GreptimeTeam modify the original go_package definition to make it consistent with the go package name.
// And we also remove the gogoproto dependency which is now deprecated.
option go_package = "github.com/GreptimeTeam/greptime-proto/go/prometheus/remote";