From 6ed85e2067d8fc386a881ac3e85513cb13269ef5 Mon Sep 17 00:00:00 2001 From: xgfone Date: Fri, 20 Dec 2024 22:42:09 +0800 Subject: [PATCH] update README.md --- README.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 6553308..2ad6717 100644 --- a/README.md +++ b/README.md @@ -3,9 +3,10 @@ [![Build Status](https://github.com/xgfone/go-apiserver/actions/workflows/go.yml/badge.svg)](https://github.com/xgfone/go-apiserver/actions/workflows/go.yml) [![GoDoc](https://pkg.go.dev/badge/github.com/xgfone/go-apiserver)](https://pkg.go.dev/github.com/xgfone/go-apiserver) [![License](https://img.shields.io/badge/License-Apache%202.0-blue.svg?style=flat-square)](https://raw.githubusercontent.com/xgfone/go-apiserver/master/LICENSE) -![GitHub release (latest SemVer)](https://img.shields.io/github/v/tag/xgfone/go-apiserver?sort=semver) +![Minimum Go Version](https://img.shields.io/github/go-mod/go-version/xgfone/go-apiserver?label=Go%2B) +![Latest SemVer](https://img.shields.io/github/v/tag/xgfone/go-apiserver?sort=semver) -The library is used to build an API server, requiring `Go1.22+`. +The library is used to build an API server. ## Install