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