summaryrefslogtreecommitdiff
path: root/.github/workflows/linux.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/linux.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/linux.yml')
-rw-r--r--.github/workflows/linux.yml2
1 files changed, 1 insertions, 1 deletions
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>