From 538122f96d4fc54131633a53d14efaa927eab12f Mon Sep 17 00:00:00 2001 From: "Jordan K. Wilson" Date: Tue, 17 Mar 2026 15:53:25 +1300 Subject: [PATCH] feat: update golangci-lint action, and binary version Bump golangci-lint action, and update version of binary used to perform linting. --- .github/workflows/reusable-golangci-lint.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/reusable-golangci-lint.yml b/.github/workflows/reusable-golangci-lint.yml index ba8bcbd..904d184 100644 --- a/.github/workflows/reusable-golangci-lint.yml +++ b/.github/workflows/reusable-golangci-lint.yml @@ -42,7 +42,7 @@ jobs: run: | eval '${{ inputs.setup }}' - name: golangci-lint - uses: GeoNet/golangci-lint-action@1b9b0798df716be5ff7cebc26795b000939a4b41 # master + uses: GeoNet/golangci-lint-action@b7bcab6379029e905e3f389a6bf301f1bc220662 # main with: - version: v1.64.2 + version: v2.11.3 args: --timeout 30m -E gosec