diff options
Diffstat (limited to '.github/workflows')
-rw-r--r-- | .github/workflows/linters.yml | 2 | ||||
-rw-r--r-- | .github/workflows/linux.yml | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/.github/workflows/linters.yml b/.github/workflows/linters.yml index b5e43b8e..99cca039 100644 --- a/.github/workflows/linters.yml +++ b/.github/workflows/linters.yml @@ -13,6 +13,6 @@ jobs: - name: Run linter uses: golangci/golangci-lint-action@v2 # Action page: <https://github.com/golangci/golangci-lint-action> with: - version: v1.41 # without patch version + version: v1.42 # without patch version only-new-issues: false # show only new issues if it's a pull request args: --timeout=10m diff --git a/.github/workflows/linux.yml b/.github/workflows/linux.yml index fcf2c611..0224de69 100644 --- a/.github/workflows/linux.yml +++ b/.github/workflows/linux.yml @@ -23,7 +23,7 @@ jobs: fail-fast: true matrix: php: [ "7.4", "8.0" ] - go: [ "1.16" ] + go: [ "1.17" ] os: [ 'ubuntu-latest' ] steps: - name: Set up Go ${{ matrix.go }} |