Skip to content

Commit

Permalink
👷 修改优化 CI 工作流配置文件
Browse files Browse the repository at this point in the history
Signed-off-by: iTanken <[email protected]>
  • Loading branch information
iTanken committed Sep 29, 2024
1 parent 92c363b commit e5dbdd9
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
strategy:
matrix:
GOOS: [windows, linux]
GOARCH: [386, amd64]
GOARCH: ["386", "amd64"]
steps:
- name: Set up Go 1.x
uses: actions/setup-go@v5
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
strategy:
matrix:
GOOS: [windows, linux]
GOARCH: [386, amd64]
GOARCH: ["386", "amd64"]
steps:
- name: Set up Go 1.x
uses: actions/setup-go@v5
Expand Down
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ require (
github.com/FurqanSoftware/goldmark-d2 v0.0.0-20240222042550-23ef2a4e585c
github.com/PuerkitoBio/goquery v1.9.1
github.com/alecthomas/chroma/v2 v2.14.0
github.com/fatih/color v1.16.0
github.com/fatih/color v1.17.0
github.com/jessevdk/go-flags v1.6.1
github.com/mattn/go-colorable v0.1.13
github.com/stefanfritsch/goldmark-fences v1.0.0
Expand Down

0 comments on commit e5dbdd9

Please sign in to comment.