From f13bcfdd78e0e502947addb3b3f0556bbbf9edf5 Mon Sep 17 00:00:00 2001 From: Dave Henderson Date: Thu, 4 Aug 2022 19:43:49 -0400 Subject: Use Go 1.19 when linting Signed-off-by: Dave Henderson --- .github/workflows/lint.yml | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml index d8ae5c68..cc2b79b9 100644 --- a/.github/workflows/lint.yml +++ b/.github/workflows/lint.yml @@ -15,12 +15,11 @@ jobs: steps: - uses: actions/setup-go@v3 with: - # Use 1.18 rather than 1.19 for linting due to https://github.com/golangci/golangci-lint/issues/2374 - go-version: 1.18 + go-version: 1.19 - uses: actions/checkout@v3 - name: golangci-lint uses: golangci/golangci-lint-action@v3 with: version: latest - args: --max-same-issues=0 --max-issues-per-linter=0 + args: --verbose --max-same-issues=0 --max-issues-per-linter=0 -- cgit v1.2.3