summaryrefslogtreecommitdiff
path: root/.github/workflows/linters.yml
diff options
context:
space:
mode:
authorValery Piashchynski <[email protected]>2021-08-13 22:15:21 +0300
committerGitHub <[email protected]>2021-08-13 22:15:21 +0300
commit6860326fa5d8f37f6e954da07fd53b9261731227 (patch)
treebb5fe7dde56edb1e8c3b55a21a874bbbaeda3a3b /.github/workflows/linters.yml
parentde378e7698db896b8fd16f628c7d89689c8371d0 (diff)
parent849b20c354faf81f2bcf101fba025ae425e33e85 (diff)
#762: fix(tests): update gomock with tests, update all deps in the `go.mod`
#762: fix(tests): update gomock with tests, update all deps in the `go.mod`
Diffstat (limited to '.github/workflows/linters.yml')
-rw-r--r--.github/workflows/linters.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/linters.yml b/.github/workflows/linters.yml
index 24d839e5..b5e43b8e 100644
--- a/.github/workflows/linters.yml
+++ b/.github/workflows/linters.yml
@@ -5,7 +5,7 @@ on: [push, pull_request]
jobs:
golangci-lint:
name: Golang-CI (lint)
- runs-on: ubuntu-20.04
+ runs-on: ubuntu-latest
steps:
- name: Check out code
uses: actions/checkout@v2