Require Go 1.21.

This is required in order to use the maps package.
This commit is contained in:
Juliusz Chroboczek
2025-07-09 23:38:26 +02:00
parent 70d10e81b3
commit 78872f3f6c
2 changed files with 5 additions and 1 deletions
+1 -1
View File
@@ -1,6 +1,6 @@
module github.com/jech/galene
go 1.20
go 1.21
require (
github.com/at-wat/ebml-go v0.17.1