From 33e990add27b8032e1a59651e1cdae3184c7df7a Mon Sep 17 00:00:00 2001 From: Jon Bodner Date: Thu, 30 Apr 2026 11:04:31 -0400 Subject: [PATCH] update to latest version of buf and license-header. ignore yaml files. --- Makefile | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 76d848e..5b8161f 100644 --- a/Makefile +++ b/Makefile @@ -10,9 +10,13 @@ BIN := .tmp/bin export PATH := $(BIN):$(PATH) export GOBIN := $(abspath $(BIN)) export PYTHONPATH ?= gen -BUF_VERSION := 1.62.1 +BUF_VERSION := 1.69.0 CONFORMANCE_ARGS ?= --strict_message --expected_failures=test/conformance/nonconforming.yaml --timeout 10s ADD_LICENSE_HEADER := $(BIN)/license-header \ + --ignore .github \ + --ignore buf.yaml \ + --ignore buf.gen.yaml \ + --ignore test/conformance/*.yaml \ --license-type apache \ --copyright-holder "Buf Technologies, Inc." \ --year-range "2023-2026"