We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7aae31b commit 408c49cCopy full SHA for 408c49c
1 file changed
Makefile
@@ -10,9 +10,13 @@ BIN := .tmp/bin
10
export PATH := $(BIN):$(PATH)
11
export GOBIN := $(abspath $(BIN))
12
export PYTHONPATH ?= gen
13
-BUF_VERSION := 1.62.1
+BUF_VERSION := 1.69.0
14
CONFORMANCE_ARGS ?= --strict_message --expected_failures=test/conformance/nonconforming.yaml --timeout 10s
15
ADD_LICENSE_HEADER := $(BIN)/license-header \
16
+ --ignore .github \
17
+ --ignore buf.yaml \
18
+ --ignore buf.gen.yaml \
19
+ --ignore test/conformance/*.yaml \
20
--license-type apache \
21
--copyright-holder "Buf Technologies, Inc." \
22
--year-range "2023-2026"
0 commit comments