diff --git a/README.md b/README.md index dcb20ef..21f1311 100644 --- a/README.md +++ b/README.md @@ -8,7 +8,7 @@ [![No Dependencies](https://img.shields.io/badge/Dependencies-None-green?style=for-the-badge&logo=dependabot)][gomod-file] [![MIT License](https://img.shields.io/github/license/notsatan/go-template?color=red&style=for-the-badge)][project-license] [![Pre-Commit Enabled](https://img.shields.io/badge/Pre--Commit-Enabled-blue?style=for-the-badge&logo=pre-commit)][project-precommit] -[![Go v1.16+](https://img.shields.io/badge/Go-%20v1.16-black?style=for-the-badge&logo=go)][go-releases] +[![Go v1.19+](https://img.shields.io/badge/Go-%20v1.19-black?style=for-the-badge&logo=go)][go-releases] [![Makefile Included](https://img.shields.io/badge/Makefile-Supported%20🚀-red?style=for-the-badge&logo=probot)][makefile-file] A bleeding-edge Go project generator for your next project :wink: @@ -37,7 +37,7 @@ you started with the essentials you'll need for your next Go project ;) ### Development - - Supports Go `v1.16`, `v1.17` and `v1.18` + - Supports Go `v1.19`, `v1.20` and `v1.21` - Automated code formatting with [gofmt][gofmt-link] and [gofumpt][gofumpt-link] - Sort imports with [goimports][goimports-link] and [gci][gci-link] - Ready to use [pre-commit][precommit-link] setup, complete with a ton of hooks