1
0
Fork 0
mirror of https://gitlab.com/mfocko/LeetCode.git synced 2024-09-19 17:56:55 +02:00

chore(go): use older minimal version

1.21.11 is on AlmaLinux 9.4

Signed-off-by: Matej Focko <me@mfocko.xyz>
This commit is contained in:
Matej Focko 2024-08-06 23:16:27 +02:00
parent be62180317
commit c7165f1c98
Signed by: mfocko
SSH key fingerprint: SHA256:icm0fIOSJUpy5+1x23sfr+hLtF9UhY8VpMC7H4WFJP8

View file

@ -1,6 +1,6 @@
module gitlab.com/mfocko/LeetCode module gitlab.com/mfocko/LeetCode
go 1.22.3 go 1.21.11
require ( require (
github.com/davecgh/go-spew v1.1.1 // indirect github.com/davecgh/go-spew v1.1.1 // indirect