Skip to content

Commit

Permalink
Minor: Changes to README
Browse files Browse the repository at this point in the history
Update the versions of Go supported

Signed-off-by: notsatan <git@notsatan.me>
  • Loading branch information
notsatan committed Jan 5, 2024
1 parent 69c7c68 commit 8ff7164
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit 8ff7164

Please sign in to comment.