summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--.github/workflows/release.yml4
1 files changed, 2 insertions, 2 deletions
diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml
index 53339f5..450fda4 100644
--- a/.github/workflows/release.yml
+++ b/.github/workflows/release.yml
@@ -15,10 +15,10 @@ jobs:
GOARCH: amd64
steps:
- - name: Set up Go 1.16
+ - name: Set up Go 1.17
uses: actions/setup-go@v2
with:
- go-version: 1.16
+ go-version: 1.17
id: go
- name: Checkout