1
0
Fork 0

Updated README and go.mod for go 1.20

This commit is contained in:
Julien Dessaux 2023-04-24 22:39:43 +02:00
parent 7db3cb8633
commit 077280222c
Signed by: adyxax
GPG key ID: F92E51B86E07177E
2 changed files with 2 additions and 2 deletions

2
go.mod
View file

@ -1,5 +1,5 @@
module git.adyxax.org/adyxax/bareos-zabbix-check
go 1.17
go 1.20
require github.com/pkg/errors v0.9.1