aboutsummaryrefslogtreecommitdiff
path: root/.github/workflows
diff options
context:
space:
mode:
Diffstat (limited to '.github/workflows')
-rw-r--r--.github/workflows/go-release-build.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/go-release-build.yml b/.github/workflows/go-release-build.yml
index 150245d..11e68d5 100644
--- a/.github/workflows/go-release-build.yml
+++ b/.github/workflows/go-release-build.yml
@@ -18,7 +18,7 @@ jobs:
name: Set up Go
uses: actions/setup-go@v2
with:
- go-version: 1.19
+ go-version: 1.17
-
name: Checkout