diff options
author | Valery Piashchynski <[email protected]> | 2021-08-13 22:15:21 +0300 |
---|---|---|
committer | GitHub <[email protected]> | 2021-08-13 22:15:21 +0300 |
commit | 6860326fa5d8f37f6e954da07fd53b9261731227 (patch) | |
tree | bb5fe7dde56edb1e8c3b55a21a874bbbaeda3a3b /.github/workflows | |
parent | de378e7698db896b8fd16f628c7d89689c8371d0 (diff) | |
parent | 849b20c354faf81f2bcf101fba025ae425e33e85 (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')
-rw-r--r-- | .github/workflows/codeql-analysis.yml | 2 | ||||
-rw-r--r-- | .github/workflows/linters.yml | 2 | ||||
-rw-r--r-- | .github/workflows/linux.yml | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/.github/workflows/codeql-analysis.yml b/.github/workflows/codeql-analysis.yml index dc4a2349..05ca036c 100644 --- a/.github/workflows/codeql-analysis.yml +++ b/.github/workflows/codeql-analysis.yml @@ -17,7 +17,7 @@ on: jobs: analyze: name: Analyze - runs-on: ubuntu-20.04 + runs-on: ubuntu-latest strategy: fail-fast: false 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 diff --git a/.github/workflows/linux.yml b/.github/workflows/linux.yml index de1fcba3..fcf2c611 100644 --- a/.github/workflows/linux.yml +++ b/.github/workflows/linux.yml @@ -24,7 +24,7 @@ jobs: matrix: php: [ "7.4", "8.0" ] go: [ "1.16" ] - os: [ ubuntu-latest ] + os: [ 'ubuntu-latest' ] steps: - name: Set up Go ${{ matrix.go }} uses: actions/setup-go@v2 # action page: <https://github.com/actions/setup-go> |