aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTong Sun <[email protected]>2023-05-03 00:17:43 -0400
committerTong Sun <[email protected]>2023-05-03 00:17:43 -0400
commitf1fb303c76d7ad69e773ba6451a1a581125ec7cc (patch)
treeb7f3db7dea6824ab4e902a2857f4016875e1ae45
parent- [#] fix README typo (diff)
downloadhtml2md-f1fb303c76d7ad69e773ba6451a1a581125ec7cc.tar.xz
html2md-f1fb303c76d7ad69e773ba6451a1a581125ec7cc.zip
- [!] fix for GoReleaser build failurev1.0.0
-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