From 7832a27bbc56ee19be7f19a608dd5e739ee78428 Mon Sep 17 00:00:00 2001 From: corverroos Date: Tue, 28 Feb 2023 19:02:13 +0200 Subject: [PATCH] cleanup --- .github/workflows/golangci-lint.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/golangci-lint.yml b/.github/workflows/golangci-lint.yml index 8fd745085..ccb7e8c0b 100644 --- a/.github/workflows/golangci-lint.yml +++ b/.github/workflows/golangci-lint.yml @@ -19,9 +19,10 @@ jobs: go-version: '1.20.1' - uses: actions/checkout@v3 - name: golangci-lint - uses: golangci/golangci-lint-action@v3 + uses: golangci/golangci-lint-action@master with: version: v1.51.2 + args: --issues-exit-code=0 - name: notify failure if: failure() && github.ref == 'refs/heads/main' env: