Fix go version, fix test

This commit is contained in:
2023-03-27 23:11:34 +03:00
parent 1cbc6483fd
commit 084b8c0964
2 changed files with 2 additions and 2 deletions

2
go.mod
View File

@@ -1,6 +1,6 @@
module github.com/derfenix/webarchive
go 1.20
go 1.19
require (
github.com/SebastiaanKlippert/go-wkhtmltopdf v1.9.0