From b18c7a6b6550e11acda43bb42b1601fa303d2364 Mon Sep 17 00:00:00 2001 From: Pedro Gomes Date: Mon, 27 May 2024 09:32:52 +0100 Subject: [PATCH] Update linter to 1.55 (#761) --- .github/workflows/lint-go.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/lint-go.yaml b/.github/workflows/lint-go.yaml index 79d4d87f3..4ec0b0369 100644 --- a/.github/workflows/lint-go.yaml +++ b/.github/workflows/lint-go.yaml @@ -15,12 +15,12 @@ jobs: - uses: actions/checkout@v3 - uses: actions/setup-go@v4 with: - go-version: '1.21' + go-version: '1.22' cache: false - name: golangci-lint uses: golangci/golangci-lint-action@v3 with: - version: v1.54 + version: v1.55.2 # use the default if on main branch, otherwise use the pull request config args: --timeout=30m --config=.golangci.yml only-new-issues: true