From 97ac5a517fa6336aa648c355dac91cf54347e9d0 Mon Sep 17 00:00:00 2001 From: Moss Cantwell Date: Tue, 31 Oct 2023 11:18:15 +1300 Subject: [PATCH] chore: update golangci version fixes faulty slice detection issue https://github.com/securego/gosec/pull/1017 G602 --- .github/workflows/reusable-golangci-lint.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/reusable-golangci-lint.yml b/.github/workflows/reusable-golangci-lint.yml index 52ec47a..d07bb51 100644 --- a/.github/workflows/reusable-golangci-lint.yml +++ b/.github/workflows/reusable-golangci-lint.yml @@ -39,5 +39,5 @@ jobs: - name: golangci-lint uses: GeoNet/golangci-lint-action@f76d5e859fe0815b3ba71fc6c45066932309e9da # master with: - version: v1.54.2 + version: v1.55.1 args: --timeout 30m -E gosec