We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 00d589c commit 68a2f38Copy full SHA for 68a2f38
2 files changed
.github/workflows/go-release-build.yml
@@ -11,7 +11,7 @@ on:
11
workflow_dispatch:
12
13
env:
14
- GO111MODULE: off
+ GO111MODULE: on
15
16
jobs:
17
build:
@@ -21,7 +21,7 @@ jobs:
21
name: Set up Go
22
uses: actions/setup-go@v2
23
with:
24
- go-version: 1.17
+ go-version: 1.23
25
26
-
27
name: Checkout
go.mod
@@ -0,0 +1,3 @@
1
+module github.com/suntong/html2md
2
+
3
+go 1.23
0 commit comments