diff options
author | Valery Piashchynski <[email protected]> | 2022-05-12 12:16:40 +0200 |
---|---|---|
committer | Valery Piashchynski <[email protected]> | 2022-05-12 12:16:40 +0200 |
commit | 0b823ea7271645bb214c8a05ee02cb3d4b994872 (patch) | |
tree | f6202fb9cb3fadee89d1a3b6b3458bcf428094ed /.github | |
parent | 0f3024a0900681502626cfb16b351376e9a40c92 (diff) |
deps: update dependenciesv2.10.0-rc.4
Diffstat (limited to '.github')
-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 a8021e7b..7d54b285 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -45,7 +45,7 @@ jobs: - name: Run linter uses: golangci/[email protected] with: - version: v1.45.1 # without patch version + version: v1.46 # without patch version only-new-issues: false # show only new issues if it's a pull request args: --build-tags=safe --timeout=10m |