diff options
author | Valery Piashchynski <[email protected]> | 2022-03-16 16:43:43 +0100 |
---|---|---|
committer | Valery Piashchynski <[email protected]> | 2022-03-16 16:43:50 +0100 |
commit | 648c8c4eb3e3af729dc7b5fc15e9d5456f0d0a20 (patch) | |
tree | ddd8657ff220b3f6cf4731aab56371aa7550b615 /.github/workflows/release_grpc.yml | |
parent | 68345431689eb40db94c7c2902b3ee471d6bef79 (diff) |
deps: update dependencies
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 6891de2f..dc8164bb 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.8 + go-version: 1.18 - name: Check out code uses: actions/checkout@v3 |