summaryrefslogtreecommitdiff
path: root/.github/workflows/release.yml
diff options
context:
space:
mode:
authorValery Piashchynski <[email protected]>2022-01-15 15:53:21 +0300
committerValery Piashchynski <[email protected]>2022-01-15 15:53:21 +0300
commitfae9d545c79a21518a667d0cd5fccd52226d4110 (patch)
tree59e94b3b2bf14262fa3659f7e3a12d14d7b5f6e6 /.github/workflows/release.yml
parent65541b95a6ebc72aef818f1d2e4b0dc721f59e22 (diff)
update Go version in the CI
Signed-off-by: Valery Piashchynski <[email protected]>
Diffstat (limited to '.github/workflows/release.yml')
-rw-r--r--.github/workflows/release.yml2
1 files changed, 1 insertions, 1 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