diff --git a/.github/workflows/lint.yaml b/.github/workflows/lint.yaml index 4037758eda509..7b927ca8a1208 100644 --- a/.github/workflows/lint.yaml +++ b/.github/workflows/lint.yaml @@ -74,7 +74,7 @@ jobs: - uses: bufbuild/buf-setup-action@v1 with: github_token: ${{ github.token }} - version: v1.27.0 + version: v1.28.0 - uses: bufbuild/buf-lint-action@v1 - name: buf breaking from parent to self uses: bufbuild/buf-breaking-action@v1 diff --git a/build.assets/versions.mk b/build.assets/versions.mk index e9a7b7e308386..d2ed628056af6 100644 --- a/build.assets/versions.mk +++ b/build.assets/versions.mk @@ -11,7 +11,7 @@ LIBBPF_VERSION ?= 1.0.1 LIBPCSCLITE_VERSION ?= 1.9.9-teleport # Protogen related versions. -BUF_VERSION ?= v1.27.0 +BUF_VERSION ?= v1.28.0 # Keep in sync with api/proto/buf.yaml (and buf.lock). GOGO_PROTO_TAG ?= v1.3.2 NODE_GRPC_TOOLS_VERSION ?= 1.12.4