| # Licensed to Apache Software Foundation (ASF) under one or more contributor |
| # license agreements. See the NOTICE file distributed with |
| # this work for additional information regarding copyright |
| # ownership. Apache Software Foundation (ASF) licenses this file to you under |
| # the Apache License, Version 2.0 (the "License"); you may |
| # not use this file except in compliance with the License. |
| # You may obtain a copy of the License at |
| # |
| # http://www.apache.org/licenses/LICENSE_2.0 |
| # |
| # Unless required by applicable law or agreed to in writing, |
| # software distributed under the License is distributed on an |
| # "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY |
| # KIND, either express or implied. See the License for the |
| # specific language governing permissions and limitations |
| # under the License. |
| # |
| |
| BUF_VERSION := v1.60.0 |
| PROTOC_GEN_GO_VERSION := v1.36.11 |
| PROTOC_GEN_GO_GRPC_VERSION := v1.5.1 |
| PROTOC_GEN_DOC_VERSION := v1.5.1 |
| GRPC_GATEWAY_VERSION := v2.28.0 |
| PROTOC_GEN_VALIDATE_VERSION := v1.3.3 |
| |
| GOLANGCI_LINT_VERSION := v1.64.8 |
| REVIVE_VERSION := v1.13.0 |
| LICENSE_EYE_VERSION := 55373684d1b70e5f8fd9fc8ec114a89ad11a56a3 |
| |
| MOCKGEN_VERSION := v0.6.0 |
| |
| GINKGO_VERSION := v2.28.1 |
| |
| GOVULNCHECK_VERSION := v1.1.4 |
| |
| # Version for bpf2go tool used for eBPF code generation. Keep in sync with |
| # pkg/fs/fadvismonitor/Dockerfile ARG BPF2GO_VERSION |
| BPF2GO_VERSION := v0.21.0 |