From 1d9b334f29b229847587f2f48d414e76467cf0b9 Mon Sep 17 00:00:00 2001 From: Valery Piashchynski Date: Sun, 20 Feb 2022 14:40:15 +0300 Subject: update CI Signed-off-by: Valery Piashchynski --- .github/workflows/codeql-analysis.yml | 2 +- .github/workflows/release.yml | 4 ++-- .github/workflows/release_grpc.yml | 2 +- .github/workflows/tests.yml | 12 ++++++------ 4 files changed, 10 insertions(+), 10 deletions(-) (limited to '.github/workflows') diff --git a/.github/workflows/codeql-analysis.yml b/.github/workflows/codeql-analysis.yml index 0a8818b2..6c2f3ebf 100644 --- a/.github/workflows/codeql-analysis.yml +++ b/.github/workflows/codeql-analysis.yml @@ -14,7 +14,7 @@ on: jobs: analyze: name: Analyze - runs-on: ubuntu-20.04 + runs-on: ubuntu-latest strategy: fail-fast: false matrix: diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 0fb4f5fc..c8657e2b 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -7,7 +7,7 @@ on: jobs: build: name: Build for ${{ matrix.os }} (${{ matrix.arch }}, ${{ matrix.compiler }}) - runs-on: ubuntu-20.04 + runs-on: ubuntu-latest strategy: fail-fast: false matrix: @@ -121,7 +121,7 @@ jobs: docker: name: Build docker image - runs-on: ubuntu-20.04 + runs-on: ubuntu-latest steps: - name: Check out code uses: actions/checkout@v2 diff --git a/.github/workflows/release_grpc.yml b/.github/workflows/release_grpc.yml index 8ba527d8..f57e6f7e 100644 --- a/.github/workflows/release_grpc.yml +++ b/.github/workflows/release_grpc.yml @@ -7,7 +7,7 @@ on: jobs: build: name: Build for ${{ matrix.os }} (${{ matrix.arch }}, ${{ matrix.compiler }}) - runs-on: ubuntu-20.04 + runs-on: ubuntu-latest strategy: fail-fast: false matrix: diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 088fb4b9..a557d95c 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -17,7 +17,7 @@ on: jobs: validate-config-file: name: Validate config file - runs-on: ubuntu-20.04 + runs-on: ubuntu-latest steps: - name: Check out code uses: actions/checkout@v2 @@ -35,7 +35,7 @@ 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 @@ -43,13 +43,13 @@ jobs: - name: Run linter uses: golangci/golangci-lint-action@v2 # Action page: with: - version: v1.43 # without patch version + version: v1.44 # without patch version only-new-issues: false # show only new issues if it's a pull request args: --build-tags=safe --timeout=10m go-test: name: Unit tests - runs-on: ubuntu-20.04 + runs-on: ubuntu-latest steps: - name: Set up Go uses: actions/setup-go@v2 @@ -82,7 +82,7 @@ jobs: build: name: Build for ${{ matrix.os }} - runs-on: ubuntu-20.04 + runs-on: ubuntu-latest needs: [ golangci-lint, go-test ] strategy: fail-fast: false @@ -133,7 +133,7 @@ jobs: name: rr-${{ matrix.os }} path: ./rr if-no-files-found: error - retention-days: 90 + retention-days: 10 docker-image: name: Build docker image -- cgit v1.2.3