1
0
Fork 0
mirror of https://github.com/eosswedenorg/thalos synced 2026-06-25 10:33:43 +02:00

go.mod: Require at least go 1.20

This commit is contained in:
Henrik Hautakoski 2023-10-22 20:35:39 +02:00
parent c592c35e7c
commit 1bc52d7b3d

2
go.mod
View file

@ -1,6 +1,6 @@
module github.com/eosswedenorg/thalos module github.com/eosswedenorg/thalos
go 1.18 go 1.20
require ( require (
github.com/cenkalti/backoff/v4 v4.2.1 github.com/cenkalti/backoff/v4 v4.2.1