diff options
author | Valery Piashchynski <[email protected]> | 2022-01-15 15:53:21 +0300 |
---|---|---|
committer | Valery Piashchynski <[email protected]> | 2022-01-15 15:53:21 +0300 |
commit | fae9d545c79a21518a667d0cd5fccd52226d4110 (patch) | |
tree | 59e94b3b2bf14262fa3659f7e3a12d14d7b5f6e6 | |
parent | 65541b95a6ebc72aef818f1d2e4b0dc721f59e22 (diff) |
update Go version in the CI
Signed-off-by: Valery Piashchynski <[email protected]>
-rw-r--r-- | .github/workflows/release.yml | 2 | ||||
-rw-r--r-- | .github/workflows/release_grpc.yml | 2 | ||||
-rw-r--r-- | .github/workflows/tests.yml | 4 |
3 files changed, 4 insertions, 4 deletions
diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index d467de71..5bb2ddb5 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.5 + go-version: 1.17.6 - name: Check out code uses: actions/checkout@v2 diff --git a/.github/workflows/release_grpc.yml b/.github/workflows/release_grpc.yml index a8ac882e..7216cb67 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.5 + go-version: 1.17.6 - name: Check out code uses: actions/checkout@v2 diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index e93d15ad..0f2296a5 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -54,7 +54,7 @@ jobs: - name: Set up Go uses: actions/setup-go@v2 with: - go-version: 1.17.5 + go-version: 1.17.6 - name: Check out code uses: actions/checkout@v2 @@ -92,7 +92,7 @@ jobs: - name: Set up Go uses: actions/setup-go@v2 # action page: <https://github.com/actions/setup-go> with: - go-version: 1.17.5 + go-version: 1.17.6 - name: Check out code uses: actions/checkout@v2 |