diff options
author | Valery Piashchynski <[email protected]> | 2022-03-23 12:13:54 +0100 |
---|---|---|
committer | Valery Piashchynski <[email protected]> | 2022-03-23 12:13:54 +0100 |
commit | 3442bd0bb2bcfb455a069bd4da24ed157ffeb8bd (patch) | |
tree | a5a9efba7f5388d1e1697733366b579d67b61600 /.github | |
parent | ce7e4a12f7ff7731c57cb7edade4d7cace7a8c1b (diff) |
Update deps, ci
Signed-off-by: Valery Piashchynski <[email protected]>
Diffstat (limited to '.github')
-rw-r--r-- | .github/workflows/tests.yml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 56581ed7..1a257311 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -40,12 +40,12 @@ jobs: - name: Set up Go uses: actions/setup-go@v2 # action page: <https://github.com/actions/setup-go> with: - go-version: 1.17.8 + go-version: 1.18 - name: Run linter uses: golangci/[email protected] with: - version: v1.44 # without patch version + version: v1.45 # without patch version only-new-issues: false # show only new issues if it's a pull request args: --build-tags=safe --timeout=10m |