diff options
author | Valery Piashchynski <[email protected]> | 2022-03-25 12:31:02 +0100 |
---|---|---|
committer | GitHub <[email protected]> | 2022-03-25 12:31:02 +0100 |
commit | e95148df24093f99bea886cf4b55689d3b975313 (patch) | |
tree | b75763b37873f1550b2c109d8a4168a69e0efc0f /.golangci.yml | |
parent | 60fe20ac6e937a9a53ea0cb4d97656e0e970ec58 (diff) |
[#1075]: chore(work_dir): change wd before searching for the config
Diffstat (limited to '.golangci.yml')
-rwxr-xr-x | .golangci.yml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.golangci.yml b/.golangci.yml index cde73399..888f3478 100755 --- a/.golangci.yml +++ b/.golangci.yml @@ -1,6 +1,7 @@ # Documentation: <https://github.com/golangci/golangci-lint#config-file> run: + go: '1.17' timeout: 1m skip-dirs: - .github |