ci: change repo for markdownlint and update golangci-lint

This commit is contained in:
2023-08-09 18:35:30 +02:00
parent 71ba784b62
commit a2da47a614
+3 -3
View File
@@ -8,8 +8,8 @@ repos:
- id: end-of-file-fixer
- id: check-yaml
- id: check-added-large-files
- repo: https://github.com/jumanjihouse/pre-commit-hooks
rev: 3.0.0
- repo: https://github.com/markdownlint/markdownlint
rev: v0.12.0
hooks:
- id: markdownlint
- repo: https://gitlab.com/devopshq/gitlab-ci-linter
@@ -34,6 +34,6 @@ repos:
- id: go-vet
- id: gofumpt
- repo: https://github.com/golangci/golangci-lint
rev: v1.53.2
rev: v1.54.0
hooks:
- id: golangci-lint