Update go version

This commit is contained in:
Ian Fijolek
2021-12-01 14:47:58 -08:00
parent 3c14a02770
commit cdd8a69669
3 changed files with 7 additions and 6 deletions
+4 -1
View File
@@ -10,12 +10,15 @@ repos:
- id: trailing-whitespace
- id: end-of-file-fixer
- id: check-merge-conflict
- repo: https://github.com/golangci/golangci-lint
rev: v1.42.1
hooks:
- id: golangci-lint
- repo: git://github.com/dnephin/pre-commit-golang
rev: v0.4.0
hooks:
- id: go-fmt
- id: go-imports
- id: golangci-lint
- repo: https://github.com/hadolint/hadolint
rev: v2.4.0
hooks: