Downgrade to go1.20 version (#105)

This commit is contained in:
jefferyjob
2025-08-06 17:16:50 +08:00
committed by GitHub
parent eb156f947a
commit 26a846d8b2
3 changed files with 3 additions and 3 deletions

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.20-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/workflows/Go/badge.svg?branch=main)](https://github.com/jefferyjob/go-easy-utils/actions)
[![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.20-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)

2
go.mod
View File

@@ -1,6 +1,6 @@
module github.com/jefferyjob/go-easy-utils/v3
go 1.24
go 1.20
require github.com/stretchr/testify v1.10.0