Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion make/foo/all.mk
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ DOCKER_BINS := $(DOCKER_BINS) foo
LICENSE_HEADER_LICENSE_TYPE := apache
LICENSE_HEADER_COPYRIGHT_HOLDER := Buf Technologies, Inc.
LICENSE_HEADER_YEAR_RANGE := 2020-2026
LICENSE_HEADER_IGNORES := \/testdata
LICENSE_HEADER_IGNORES := \/testdata \.yaml \.yml

BUF_LINT_INPUT := .
BUF_FORMAT_INPUT := .
Expand Down
4 changes: 2 additions & 2 deletions make/go/dep_buf.mk
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@ $(call _assert_var,CACHE_VERSIONS)
$(call _assert_var,CACHE_BIN)

# Settable
# https://github.com/bufbuild/buf/releases 20260422 checked 20260422
BUF_VERSION ?= v1.68.4
# https://github.com/bufbuild/buf/releases 20260429 checked 20260429
BUF_VERSION ?= v1.69.0
# Settable
#
# If set, this path will be installed every time someone depends on $(BUF)
Expand Down
Loading