Skip to content

Commit

Permalink
chore: Update tools
Browse files Browse the repository at this point in the history
  • Loading branch information
twpayne committed May 31, 2024
1 parent 5fb9509 commit 80d7918
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 5 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
3 changes: 0 additions & 3 deletions .golangci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,6 @@ linters:
- ireturn
- lll
- maintidx
- maligned
- musttag
- nakedret
- nestif
Expand All @@ -113,8 +112,6 @@ linters:
- wsl

linters-settings:
errcheck:
ignore: '' # https://github.com/golangci/golangci-lint/issues/4733#issuecomment-2120389981
forbidigo:
forbid:
- ^archive/zip\.
Expand Down

0 comments on commit 80d7918

Please sign in to comment.