From 3ab00e87594ccad74c40534bbad3f4028abdb5f3 Mon Sep 17 00:00:00 2001 From: Christoph Klassen <100708552+cintek@users.noreply.github.com> Date: Wed, 28 May 2025 11:30:46 +0200 Subject: [PATCH] Remove golint github action We use Revive already which is a replacement for golint and golint isn't maintained anyway. --- .github/workflows/go.yml | 3 --- 1 file changed, 3 deletions(-) diff --git a/.github/workflows/go.yml b/.github/workflows/go.yml index b86309f..6b07bfd 100644 --- a/.github/workflows/go.yml +++ b/.github/workflows/go.yml @@ -30,9 +30,6 @@ jobs: with: gofmt-flags: "-l -d" - - name: golint - uses: Jerome1337/golint-action@v1.0.3 - - name: Revive Action uses: morphy2k/revive-action@v2.7.4