git » chasquid » commit 18b3684

Update minimum supported Go version 1.18 -> 1.21

author Alberto Bertogli
2024-03-07 23:18:29 UTC
committer Alberto Bertogli
2024-03-10 09:10:06 UTC
parent 1208ea108253d0a0f22c0b93180177c991fc48c9

Update minimum supported Go version 1.18 -> 1.21

Go 1.21 has useful packages and features that will be needed in future
patches, and has been out for > 6 months, since 2023-08.

go.mod +1 -1

diff --git a/go.mod b/go.mod
index 3891364..8ac4649 100644
--- a/go.mod
+++ b/go.mod
@@ -1,6 +1,6 @@
 module blitiri.com.ar/go/chasquid
 
-go 1.18
+go 1.21
 
 require (
 	blitiri.com.ar/go/log v1.1.0