We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1c3eccb commit 2bfa056Copy full SHA for 2bfa056
sections/new-hooks.md
@@ -314,6 +314,9 @@ The hook repository must contain go source code. It will be installed via
314
and the [`entry`](#hooks-entry) should match an executable which will get installed into the
315
`GOPATH`'s `bin` directory.
316
317
+This language supports `additional_dependencies` and will pass any of the values directly to `go
318
+install`. It can be used as a `repo: local` hook.
319
+
320
_changed in 2.17.0_: previously `go get ./...` was used
321
322
_new in 3.0.0_: pre-commit will bootstrap `go` if it is not present. `language: golang`
0 commit comments