From aa1e0941ed5fbfee07924878deb02d3ac49324dc Mon Sep 17 00:00:00 2001 From: Ludovic Fernandez Date: Sun, 9 Feb 2025 02:22:47 +0100 Subject: [PATCH] chore: update golangci-lint versions (#1159) --- .github/workflows/test.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 2c17a13..a070460 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -57,8 +57,8 @@ jobs: version: - "" - "latest" - - "v1.60" # TODO(ldez): it should be updated for v2. - - "v1.60.1" # TODO(ldez): it should be updated for v2. + - "v1.63" # TODO(ldez): it should be updated for v2. + - "v1.63.4" # TODO(ldez): it should be updated for v2. runs-on: ${{ matrix.os }} permissions: contents: read @@ -86,8 +86,8 @@ jobs: version: - "" - "latest" - - "v1.60.1" # TODO(ldez): it should be updated for v2. - - "adbdfdb288e939a175182b7a12b7555215ce98b2" # TODO(ldez): it should be updated for v2. + - "v1.63.4" # TODO(ldez): it should be updated for v2. + - "95c39ac1fbaf66475705c06c16259ffd9d6bf9a2" # TODO(ldez): it should be updated for v2. runs-on: ${{ matrix.os }} permissions: contents: read