diff options
author | Valery Piashchynski <[email protected]> | 2022-11-23 23:07:43 +0100 |
---|---|---|
committer | Valery Piashchynski <[email protected]> | 2022-11-23 23:07:43 +0100 |
commit | 837085181fddd31f533559381939dc9addc34357 (patch) | |
tree | 58f8f2f42f117d2a639e14e6a9d5c0fa47f7e34f | |
parent | 3a631524ae5f9fc10d3b59cd62a4ae7f8a571204 (diff) | |
parent | ddb0ec4b8b03514eb1829d26b848cefce20971f5 (diff) |
Merge remote-tracking branch 'origin/master'
# Conflicts:
# go.mod
# go.sum
-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 b29cef5a..231f84e0 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -43,7 +43,7 @@ jobs: go-version: 1.19 - name: Run linter - uses: golangci/[email protected] + uses: golangci/[email protected] with: version: v1.50 # without patch version only-new-issues: false # show only new issues if it's a pull request |