diff options
author | Valery Piashchynski <[email protected]> | 2022-02-12 12:39:24 +0300 |
---|---|---|
committer | Valery Piashchynski <[email protected]> | 2022-02-12 12:39:24 +0300 |
commit | 58b80d16560228d818d0a9e22c195f1ea81ebc27 (patch) | |
tree | 679d63ca0caf0e64764c43893266dc90ea8af156 /.github/workflows/release_grpc.yml | |
parent | eb4af49a76bca5abf000e738fb6440d79dde142d (diff) |
update Go version in the CIv2.7.8
Signed-off-by: Valery Piashchynski <[email protected]>
Diffstat (limited to '.github/workflows/release_grpc.yml')
-rw-r--r-- | .github/workflows/release_grpc.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/release_grpc.yml b/.github/workflows/release_grpc.yml index d847b996..8ba527d8 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.6 + go-version: 1.17.7 - name: Check out code uses: actions/checkout@v2 |