From fa4fca036f0f520f09ea8b24738a67a751ffa9bd Mon Sep 17 00:00:00 2001 From: DaPigGuy Date: Sun, 10 Dec 2023 05:02:12 -0800 Subject: [PATCH] README.md: Update minimum Go version --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index dc6e3792f..9288c32e6 100644 --- a/README.md +++ b/README.md @@ -10,7 +10,7 @@ Minecraft server software, Dragonfly is generally used as a library to extend. [![Discord Banner 2](https://discordapp.com/api/guilds/623638955262345216/widget.png?style=banner2)](https://discord.gg/U4kFWHhTNR) ## Getting started -Running Dragonfly requires at least **Go 1.18**. After starting the server through one of the methods below, +Running Dragonfly requires at least **Go 1.21**. After starting the server through one of the methods below, **ctrl+c** may be used to shut down the server. Also check out the [wiki](https://github.com/df-mc/dragonfly/wiki) for more detailed info.