From 0fe218143eaa1ae4c9f0b74763c55d9778d43c35 Mon Sep 17 00:00:00 2001 From: Simon Ruderich Date: Wed, 3 Jan 2024 11:32:46 +0100 Subject: [PATCH] ci: update static checkers --- ci/run | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ci/run b/ci/run index 88fe0cc..2e12c7c 100755 --- a/ci/run +++ b/ci/run @@ -32,9 +32,9 @@ make $flags make test $flags # Additional static checks only run in CI -go install honnef.co/go/tools/cmd/staticcheck@v0.3.3 +go install honnef.co/go/tools/cmd/staticcheck@v0.4.6 staticcheck ./... -go install github.com/golangci/golangci-lint/cmd/golangci-lint@v1.47.3 +go install github.com/golangci/golangci-lint/cmd/golangci-lint@v1.55.2 golangci-lint run test -z "$(git clean -nd)" # any untracked files left? -- 2.44.1