go.mod: update to go v1.20

Go 1.20 is included in all currently supported distro versions.

Signed-off-by: Achilleas Koutsou <achilleas@koutsou.net>
This commit is contained in:
Achilleas Koutsou 2024-04-10 13:11:38 +02:00 committed by Sanne Raymaekers
parent de54fc541e
commit f98169c29a
5 changed files with 9 additions and 9 deletions

View file

@ -1,6 +1,6 @@
module github.com/osbuild/osbuild-composer/pkg/splunk_logger
go 1.19
go 1.20
require (
github.com/hashicorp/go-retryablehttp v0.7.5