Downgrade the Go version of Install dependencies (#120)

* update docs

* yaml
This commit is contained in:
jefferyjob
2025-11-22 12:20:42 +08:00
committed by GitHub
parent 8e48fcc9a5
commit 552c7ac497
3 changed files with 4 additions and 4 deletions

View File

@@ -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

View File

@@ -1,6 +1,6 @@
# go-easy-utils
[![Go](https://img.shields.io/badge/Go->=1.24-green)](https://go.dev)
[![Go](https://img.shields.io/badge/Go->=1.21-green)](https://go.dev)
[![Release](https://img.shields.io/github/v/release/jefferyjob/go-easy-utils.svg)](https://github.com/jefferyjob/go-easy-utils/releases)
[![Action](https://github.com/jefferyjob/go-easy-utils/actions/workflows/go.yml/badge.svg)](https://github.com/jefferyjob/go-easy-utils/actions/workflows/go.yml)
[![Report](https://goreportcard.com/badge/github.com/jefferyjob/go-easy-utils)](https://goreportcard.com/report/github.com/jefferyjob/go-easy-utils)

View File

@@ -1,6 +1,6 @@
# go-easy-utils
[![Go](https://img.shields.io/badge/Go->=1.24-green)](https://go.dev)
[![Go](https://img.shields.io/badge/Go->=1.21-green)](https://go.dev)
[![Release](https://img.shields.io/github/v/release/jefferyjob/go-easy-utils.svg)](https://github.com/jefferyjob/go-easy-utils/releases)
[![Action](https://github.com/jefferyjob/go-easy-utils/actions/workflows/go.yml/badge.svg)](https://github.com/jefferyjob/go-easy-utils/actions/workflows/go.yml)
[![Report](https://goreportcard.com/badge/github.com/jefferyjob/go-easy-utils)](https://goreportcard.com/report/github.com/jefferyjob/go-easy-utils)