Update go.mod go version to 1.18, to use slices package

This commit is contained in:
Alessio 2024-12-23 19:12:43 -08:00
parent bd0e353771
commit 4e2dfef3cb

2
go.mod
View File

@ -1,6 +1,6 @@
module gitlab.com/offline-twitter/twitter_offline_engine
go 1.17
go 1.18
require (
github.com/Masterminds/sprig/v3 v3.2.3