We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 65b4c43 commit a98ecc3Copy full SHA for a98ecc3
2 files changed
apiv2/Makefile
@@ -89,7 +89,7 @@ GOEXTRAFLAGS := $(COMMON_GOEXTRAFLAGS)
89
90
generate: buf-gen generate-api ## generate protos, types, server and client
91
92
-lint: $(OUT_DIR) generate validate-openapi license yamllint go-lint hadolint mdlint ## Run all lint
+lint: $(OUT_DIR) generate buf-breaking validate-openapi license yamllint go-lint hadolint mdlint ## Run all lint
93
94
test: $(OUT_DIR) go-test ## Run all tests
95
apiv2/VERSION
@@ -1 +1 @@
1
-2.1.4
+2.1.5-dev
0 commit comments