diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 54fa2b025c9..544d515f92d 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -11,14 +11,14 @@ on: schedule: - cron: 32 2 * * * env: - ACTIONLINT_VERSION: 1.7.0 # https://github.com/rhysd/actionlint/releases + ACTIONLINT_VERSION: 1.7.1 # https://github.com/rhysd/actionlint/releases AGE_VERSION: 1.1.1 # https://github.com/FiloSottile/age/releases CHOCOLATEY_VERSION: 2.2.2 # https://github.com/chocolatey/choco/releases EDITORCONFIG_CHECKER_VERSION: 3.0.1 # https://github.com/editorconfig-checker/editorconfig-checker/releases FIND_TYPOS_VERSION: 0.0.3 # https://github.com/twpayne/find-typos/tags GO_VERSION: 1.22.3 # https://go.dev/doc/devel/release GOFUMPT_VERSION: 0.6.0 # https://github.com/mvdan/gofumpt/releases - GOLANGCI_LINT_VERSION: 1.58.2 # https://github.com/golangci/golangci-lint/releases + GOLANGCI_LINT_VERSION: 1.59.0 # https://github.com/golangci/golangci-lint/releases GOLINES_VERSION: 0.12.2 # https://github.com/segmentio/golines/releases GORELEASER_VERSION: 1.26.2 # https://github.com/goreleaser/goreleaser/releases GOVERSIONINFO_VERSION: 1.4.0 # https://github.com/josephspurrier/goversioninfo/releases diff --git a/.golangci.yml b/.golangci.yml index fbcad75a484..ceccae9289e 100644 --- a/.golangci.yml +++ b/.golangci.yml @@ -98,7 +98,6 @@ linters: - ireturn - lll - maintidx - - maligned - musttag - nakedret - nestif @@ -113,8 +112,6 @@ linters: - wsl linters-settings: - errcheck: - ignore: '' # https://github.com/golangci/golangci-lint/issues/4733#issuecomment-2120389981 forbidigo: forbid: - ^archive/zip\.