diff options
author | Valery Piashchynski <[email protected]> | 2022-03-13 12:58:13 +0100 |
---|---|---|
committer | Valery Piashchynski <[email protected]> | 2022-03-13 12:58:13 +0100 |
commit | 43b7f8eb361e8c962b887e7759d3094bb725df86 (patch) | |
tree | 02a3234d88f7228246b536a4eba0dde60e61a1dc /.github | |
parent | d0a3e2e3ce863df0a1f89e8857410b337df358ae (diff) |
release v2.8.3
Signed-off-by: Valery Piashchynski <[email protected]>
Diffstat (limited to '.github')
-rw-r--r-- | .github/workflows/release.yml | 2 | ||||
-rw-r--r-- | .github/workflows/release_grpc.yml | 2 | ||||
-rw-r--r-- | .github/workflows/tests.yml | 10 |
3 files changed, 7 insertions, 7 deletions
diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 1484aa5a..559e0f9f 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -36,7 +36,7 @@ jobs: - name: Set up Go uses: actions/setup-go@v2 with: - go-version: 1.17.7 + go-version: 1.17.8 - name: Check out code uses: actions/checkout@v3 diff --git a/.github/workflows/release_grpc.yml b/.github/workflows/release_grpc.yml index 03d12ad2..6891de2f 100644 --- a/.github/workflows/release_grpc.yml +++ b/.github/workflows/release_grpc.yml @@ -36,7 +36,7 @@ jobs: - name: Set up Go uses: actions/setup-go@v2 with: - go-version: 1.17.7 + go-version: 1.17.8 - name: Check out code uses: actions/checkout@v3 diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 115c1c47..8960d5ec 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -39,11 +39,11 @@ jobs: steps: - name: Check out code uses: actions/checkout@v3 - - - name: Set up Go 1.17 + + - name: Set up Go uses: actions/setup-go@v2 # action page: <https://github.com/actions/setup-go> with: - go-version: 1.17.7 + go-version: 1.17.8 - name: Run linter uses: golangci/[email protected] # Action page: <https://github.com/golangci/golangci-lint-action> @@ -59,7 +59,7 @@ jobs: - name: Set up Go uses: actions/setup-go@v2 with: - go-version: 1.17.7 + go-version: 1.17.8 - name: Check out code uses: actions/checkout@v3 @@ -97,7 +97,7 @@ jobs: - name: Set up Go uses: actions/setup-go@v2 # action page: <https://github.com/actions/setup-go> with: - go-version: 1.17.7 + go-version: 1.17.8 - name: Check out code uses: actions/checkout@v3 |