mirror of
https://github.com/jefferyjob/go-easy-utils.git
synced 2025-12-24 13:18:09 +08:00
Downgrade the Go version of Install dependencies (#120)
* update docs * yaml
This commit is contained in:
4
.github/workflows/go.yml
vendored
4
.github/workflows/go.yml
vendored
@@ -42,8 +42,8 @@ jobs:
|
||||
# 安装依赖项
|
||||
- name: Install dependencies
|
||||
run: |
|
||||
go install github.com/jstemmer/go-junit-report@latest
|
||||
go install gotest.tools/gotestsum@latest
|
||||
go install github.com/jstemmer/go-junit-report@v1.0.0
|
||||
go install gotest.tools/gotestsum@v1.12.0
|
||||
|
||||
# 运行测试并生成覆盖率报告
|
||||
- name: Run tests and generate coverage report
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
# go-easy-utils
|
||||
|
||||
[](https://go.dev)
|
||||
[](https://go.dev)
|
||||
[](https://github.com/jefferyjob/go-easy-utils/releases)
|
||||
[](https://github.com/jefferyjob/go-easy-utils/actions/workflows/go.yml)
|
||||
[](https://goreportcard.com/report/github.com/jefferyjob/go-easy-utils)
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
# go-easy-utils
|
||||
|
||||
[](https://go.dev)
|
||||
[](https://go.dev)
|
||||
[](https://github.com/jefferyjob/go-easy-utils/releases)
|
||||
[](https://github.com/jefferyjob/go-easy-utils/actions/workflows/go.yml)
|
||||
[](https://goreportcard.com/report/github.com/jefferyjob/go-easy-utils)
|
||||
|
||||
Reference in New Issue
Block a user