From cc0436dab6314230926f79bafe39bfc4081f3ea2 Mon Sep 17 00:00:00 2001 From: Jeremy Muriel Date: Thu, 27 Jun 2024 09:24:52 +0200 Subject: [PATCH] tests: bump golangci-lint to v1.59.1 --- .github/workflows/golangci-lint.yml | 2 +- .golangci.yml | 9 --------- 2 files changed, 1 insertion(+), 10 deletions(-) diff --git a/.github/workflows/golangci-lint.yml b/.github/workflows/golangci-lint.yml index dad20da..119aaba 100644 --- a/.github/workflows/golangci-lint.yml +++ b/.github/workflows/golangci-lint.yml @@ -16,5 +16,5 @@ jobs: - name: golangci-lint uses: golangci/golangci-lint-action@v6 with: - version: v1.58.0 + version: v1.59.1 args: -c .golangci.yml -v diff --git a/.golangci.yml b/.golangci.yml index 71338f4..5b73199 100644 --- a/.golangci.yml +++ b/.golangci.yml @@ -5,15 +5,6 @@ linters: enable-all: true disable: # deprecated - - interfacer # deprecated 1.38.0 - - maligned # deprecated 1.38.0 - - scopelint # deprecated 1.39.0 - - golint # deprecated 1.41.0 - - exhaustivestruct # deprecated 1.46.0 - - ifshort # deprecated 1.48.0 - - deadcode # deprecated 1.49.0 - - structcheck # deprecated 1.49.0 - - varcheck # deprecated 1.49.0 - execinquery # deprecated 1.58.0 - gomnd # deprecated 1.58.0 # unwanted