1
0
Fork 0
mirror of https://github.com/eosswedenorg/thalos synced 2026-06-16 04:24:56 +02:00

api/go.mod: require at least go 1.20

This commit is contained in:
Henrik Hautakoski 2023-10-22 20:37:23 +02:00
parent 1bc52d7b3d
commit d6d9fa5ca0

View file

@ -1,6 +1,6 @@
module github.com/eosswedenorg/thalos/api
go 1.18
go 1.20
require (
github.com/alicebob/miniredis/v2 v2.30.2