Skip to content

Commit

Permalink
update README
Browse files Browse the repository at this point in the history
  • Loading branch information
zyxkad committed Dec 17, 2023
1 parent c6a6ee6 commit b61f213
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/build-tag.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,8 @@ jobs:
name: Setup Golang
uses: actions/setup-go@v4
with:
go-version: '1.21'
go-version-file: ./go.mod
cache-dependency-path: ./go.sum
-
name: Generate
run: go generate .
Expand Down
2 changes: 1 addition & 1 deletion README.MD
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ Golang 版的 [OpemBmclAPI](https://github.com/bangbang93/openbmclapi)

## FAQ

Q: 没有适合我的平台的程序怎么办?
Q: 没有适合我的平台的程序怎么办?
A: 检查 [Go Platform Values](https://gist.github.com/asukakenji/f15ba7e588ac42795f421b48b8aede63#platform-values), 如果您的系统/架构存在, 那么可以发个 issue

## 安装
Expand Down

0 comments on commit b61f213

Please sign in to comment.