From 089a202aa716f3510402ff8baf47a3b9bfaefcb8 Mon Sep 17 00:00:00 2001 From: Valery Piashchynski Date: Tue, 15 Dec 2020 17:59:20 +0300 Subject: Update reloader to support new container --- .github/workflows/build.yml | 13 +++++++------ 1 file changed, 7 insertions(+), 6 deletions(-) (limited to '.github') diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 070350a0..83e9741d 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -8,7 +8,7 @@ jobs: golang: name: Build (Go ${{ matrix.go }}, PHP ${{ matrix.php }}, OS ${{matrix.os}}) runs-on: ${{ matrix.os }} - timeout-minutes: 15 + timeout-minutes: 20 strategy: fail-fast: false matrix: @@ -105,17 +105,18 @@ jobs: file: ./coverage-ci/summary.txt fail_ci_if_error: false - golangci-check: + golangci-lint: name: Golang-CI (lint) runs-on: ubuntu-20.04 steps: - name: Check out code - uses: actions/checkout@v1 + uses: actions/checkout@v2 - - name: golangci-lint - uses: reviewdog/action-golangci-lint@v1 # action page: + - name: Run linter + uses: golangci/golangci-lint-action@v2 # Action page: with: - github_token: ${{ secrets.github_token }} + version: v1.33 # without patch version + only-new-issues: false # show only new issues if it's a pull request # image: # name: Build docker image -- cgit v1.2.3