Update staticcheck to 2025.1.1
Some checks failed
DCO action / DCO (pull_request) Failing after 1m45s
Tests and linters / Staticcheck (pull_request) Failing after 2m7s
Pre-commit hooks / Pre-commit (pull_request) Failing after 2m20s
Tests and linters / Lint (pull_request) Failing after 2m19s
Vulncheck / Vulncheck (pull_request) Failing after 2m23s
Tests and linters / Tests with -race (pull_request) Failing after 2m8s
Tests and linters / Run gofumpt (pull_request) Failing after 3m2s
Tests and linters / gopls check (pull_request) Successful in 6m40s
Tests and linters / Tests (pull_request) Failing after 2m17s
Build / Build Components (pull_request) Successful in 1m36s
Some checks failed
DCO action / DCO (pull_request) Failing after 1m45s
Tests and linters / Staticcheck (pull_request) Failing after 2m7s
Pre-commit hooks / Pre-commit (pull_request) Failing after 2m20s
Tests and linters / Lint (pull_request) Failing after 2m19s
Vulncheck / Vulncheck (pull_request) Failing after 2m23s
Tests and linters / Tests with -race (pull_request) Failing after 2m8s
Tests and linters / Run gofumpt (pull_request) Failing after 3m2s
Tests and linters / gopls check (pull_request) Successful in 6m40s
Tests and linters / Tests (pull_request) Failing after 2m17s
Build / Build Components (pull_request) Successful in 1m36s
Signed-off-by: Evgenii Stratonikov <e.stratonikov@yadro.com>
This commit is contained in:
parent
6d40832542
commit
9c4c1f02d5
1 changed files with 1 additions and 1 deletions
2
Makefile
2
Makefile
|
@ -16,7 +16,7 @@ PROTOC_OS_VERSION=osx-x86_64
|
|||
ifeq ($(shell uname), Linux)
|
||||
PROTOC_OS_VERSION=linux-x86_64
|
||||
endif
|
||||
STATICCHECK_VERSION ?= 2024.1.1
|
||||
STATICCHECK_VERSION ?= 2025.1.1
|
||||
ARCH = amd64
|
||||
|
||||
BIN = bin
|
||||
|
|
Loading…
Add table
Reference in a new issue