diff options
author | Valery Piashchynski <[email protected]> | 2022-03-16 16:53:59 +0100 |
---|---|---|
committer | Valery Piashchynski <[email protected]> | 2022-03-16 16:53:59 +0100 |
commit | 6b6a771b40d104ce4700a4cc0c49fc26449ef066 (patch) | |
tree | b62622e2aa3e27c60b18e6e3306d3c8e1dac238c /.github/workflows | |
parent | 1af3f0d552fd31bd6c6416d250a299685a0ae304 (diff) |
ci: typos
Signed-off-by: Valery Piashchynski <[email protected]>
Diffstat (limited to '.github/workflows')
-rw-r--r-- | .github/workflows/tests.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index a9b5fe76..f51e369b 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -46,7 +46,7 @@ jobs: go-version: 1.17.8 - name: Run linter - uses: golangci/[email protected] # Action page: <https://github.com/golangci/golangci-lint-action> + uses: golangci/[email protected] with: version: v1.44 # without patch version only-new-issues: false # show only new issues if it's a pull request |