From 5157215c56e6aa4def5736154132c66204f1dd48 Mon Sep 17 00:00:00 2001 From: Danny Zaken Date: Tue, 26 Dec 2023 14:52:25 +0200 Subject: [PATCH] updated golangci-lint to 1.55.2 Signed-off-by: Danny Zaken --- .github/workflows/golangci-lint.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/golangci-lint.yml b/.github/workflows/golangci-lint.yml index 495d7cff20..60c0f1c9e7 100644 --- a/.github/workflows/golangci-lint.yml +++ b/.github/workflows/golangci-lint.yml @@ -15,7 +15,7 @@ jobs: uses: golangci/golangci-lint-action@v3 with: # Required: the version of golangci-lint is required and must be specified without patch version: we always use the latest patch version. - version: v1.52.2 + version: v1.55.2 # Optional: if set to true then the all caching functionality will be complete disabled, # takes precedence over all other caching options.