Enable mirror linter and fix findings (#13342)

* Enable mirror linter and fix findings

* Use latest version of golangci-lint

* Use v1.55.2 instead of latest

---------

Co-authored-by: terence <terence@prysmaticlabs.com>
Co-authored-by: Radosław Kapka <rkapka@wp.pl>
This commit is contained in:
Justin Traglia
2023-12-18 06:16:26 -06:00
committed by GitHub
parent d57bca97a5
commit ffe2f6b732
4 changed files with 8 additions and 7 deletions

View File

@@ -5,7 +5,7 @@ on:
branches: [ master ]
pull_request:
branches: [ '*' ]
merge_group:
merge_group:
types: [checks_requested]
jobs:
@@ -54,7 +54,7 @@ jobs:
- name: Golangci-lint
uses: golangci/golangci-lint-action@v3
with:
version: v1.52.2
version: v1.55.2
args: --config=.golangci.yml --out-${NO_FUTURE}format colored-line-number
build: