From 920aa03579e9ecd5a3be5d0745fe8d3981016794 Mon Sep 17 00:00:00 2001 From: Marten Seemann Date: Wed, 10 Aug 2022 12:43:36 +0200 Subject: [PATCH] update golangci-lint action to v3, golangci-lint to v1.48.0 --- .github/workflows/lint.yml | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml index c4b58852203..570dd71a137 100644 --- a/.github/workflows/lint.yml +++ b/.github/workflows/lint.yml @@ -25,7 +25,10 @@ jobs: runs-on: ubuntu-latest steps: - uses: actions/checkout@v2 + - uses: actions/setup-go@v2 + with: + go-version: "1.19.x" - name: golangci-lint - uses: golangci/golangci-lint-action@v2 + uses: golangci/golangci-lint-action@v3 with: - version: v1.45.2 + version: v1.48.0