Skip to content

Commit 68a2f38

Browse files
committed
- [!] fix build issue
1 parent 00d589c commit 68a2f38

2 files changed

Lines changed: 5 additions & 2 deletions

File tree

.github/workflows/go-release-build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ on:
1111
workflow_dispatch:
1212

1313
env:
14-
GO111MODULE: off
14+
GO111MODULE: on
1515

1616
jobs:
1717
build:
@@ -21,7 +21,7 @@ jobs:
2121
name: Set up Go
2222
uses: actions/setup-go@v2
2323
with:
24-
go-version: 1.17
24+
go-version: 1.23
2525

2626
-
2727
name: Checkout

go.mod

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
module github.com/suntong/html2md
2+
3+
go 1.23

0 commit comments

Comments
 (0)