NOISSUE - Update CI tools (#2314)

Signed-off-by: Dusan Borovcanin <borovcanindusan1@gmail.com>
This commit is contained in:
Dušan Borovčanin
2024-06-25 13:45:11 +02:00
committed by GitHub
parent d19a2e4337
commit be9bc22df4
44 changed files with 132 additions and 104 deletions
+5 -5
View File
@@ -4,11 +4,11 @@
# This script contains commands to be executed by the CI tool.
NPROC=$(nproc)
GO_VERSION=1.21.3
PROTOC_VERSION=23.3
PROTOC_GEN_VERSION=v1.31.0
PROTOC_GRPC_VERSION=v1.3.0
GOLANGCI_LINT_VERSION=v1.52.1
GO_VERSION=1.22.4
PROTOC_VERSION=27.1
PROTOC_GEN_VERSION=v1.34.2
PROTOC_GRPC_VERSION=v1.4.0
GOLANGCI_LINT_VERSION=v1.59.1
function version_gt() { test "$(printf '%s\n' "$@" | sort -V | head -n 1)" != "$1"; }