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:
parent
c592c35e7c
commit
1bc52d7b3d
1 changed files with 1 additions and 1 deletions
2
go.mod
2
go.mod
|
|
@ -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
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue