diff --git a/.github/workflows/golangci-lint.yml b/.github/workflows/golangci-lint.yml index 7578b4d4a..dc5c86c6e 100644 --- a/.github/workflows/golangci-lint.yml +++ b/.github/workflows/golangci-lint.yml @@ -36,7 +36,7 @@ jobs: golangci: strategy: matrix: - go-version: [ '1.18','1.19','1.20','1.21' ] + go-version: [ '1.18','1.19','1.20','1.21.4' ] name: golangci-lint runs-on: ubuntu-latest steps: diff --git a/README.MD b/README.MD index eb4dd5c6e..85ed14b3d 100644 --- a/README.MD +++ b/README.MD @@ -9,6 +9,15 @@ [![Code Coverage](https://codecov.io/gh/gogf/gf/branch/master/graph/badge.svg)](https://codecov.io/gh/gogf/gf) [![Production Ready](https://img.shields.io/badge/production-ready-blue.svg)](https://github.com/gogf/gf) [![License](https://img.shields.io/github/license/gogf/gf.svg?style=flat)](https://github.com/gogf/gf) + +[![Release](https://img.shields.io/github/v/release/gogf/gf)](https://github.com/gogf/gf/releases) +[![GitHub pull requests](https://img.shields.io/github/issues-pr/gogf/gf)](https://github.com/gogf/gf/pulls) +[![GitHub closed pull requests](https://img.shields.io/github/issues-pr-closed/gogf/gf)](https://github.com/gogf/gf/pulls?q=is%3Apr+is%3Aclosed) +[![GitHub issues](https://img.shields.io/github/issues/gogf/gf)](https://github.com/gogf/gf/issues) +[![GitHub closed issues](https://img.shields.io/github/issues-closed/gogf/gf)](https://github.com/gogf/gf/issues?q=is%3Aissue+is%3Aclosed) +![Stars](https://img.shields.io/github/stars/gogf/gf) +![Forks](https://img.shields.io/github/forks/gogf/gf) + `GoFrame` is a modular, powerful, high-performance and enterprise-class application development framework of Golang.