diff options
author | Valery Piashchynski <[email protected]> | 2024-02-10 13:05:03 +0100 |
---|---|---|
committer | GitHub <[email protected]> | 2024-02-10 13:05:03 +0100 |
commit | 72279b1f289f5fe419e63b44fac726f6ea2ee2eb (patch) | |
tree | ad5e9c320340f597e2e08a2e98cb6b5530b094fa | |
parent | f71d34943ece46098cff6ee3601563a15b072cbb (diff) | |
parent | 56aa04ddd64498b92cc4770bc5b2ead3eb052194 (diff) |
Merge branch 'master' into fix-readme
-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 7186c117..51720edf 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -39,7 +39,7 @@ jobs: go-version: stable - name: Run linter - uses: golangci/[email protected] + uses: golangci/[email protected] with: version: v1.54 # without patch version only-new-issues: false # show only new issues if it's a pull request |