Skip to content

Commit b8733e8

Browse files
authored
Update all tool dependencies to their latest versions (#20409)
1 parent 0d05bdb commit b8733e8

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

Makefile

+4-4
Original file line numberDiff line numberDiff line change
@@ -25,11 +25,11 @@ COMMA := ,
2525

2626
XGO_VERSION := go-1.18.x
2727

28-
AIR_PACKAGE ?= github.com/cosmtrek/air@v1.29.0
29-
EDITORCONFIG_CHECKER_PACKAGE ?= github.com/editorconfig-checker/editorconfig-checker/cmd/editorconfig-checker@2.4.0
30-
ERRCHECK_PACKAGE ?= github.com/kisielk/[email protected].0
28+
AIR_PACKAGE ?= github.com/cosmtrek/air@v1.40.4
29+
EDITORCONFIG_CHECKER_PACKAGE ?= github.com/editorconfig-checker/editorconfig-checker/cmd/editorconfig-checker@2.5.0
30+
ERRCHECK_PACKAGE ?= github.com/kisielk/[email protected].1
3131
GOFUMPT_PACKAGE ?= mvdan.cc/[email protected]
32-
GOLANGCI_LINT_PACKAGE ?= github.com/golangci/golangci-lint/cmd/golangci-lint@v1.46.0
32+
GOLANGCI_LINT_PACKAGE ?= github.com/golangci/golangci-lint/cmd/golangci-lint@v1.47.1
3333
GXZ_PAGAGE ?= github.com/ulikunitz/xz/cmd/[email protected]
3434
MISSPELL_PACKAGE ?= github.com/client9/misspell/cmd/[email protected]
3535
SWAGGER_PACKAGE ?= github.com/go-swagger/go-swagger/cmd/[email protected]

0 commit comments

Comments
 (0)