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

View file

@ -15,7 +15,7 @@ This program was born from a need to query the status of the backups from the cl
## Dependencies ## Dependencies
go is required. Only go version >= 1.16 on linux amd64 has been tested. go is required. While developed on go version 1.16, only go version >= 1.20 on linux amd64 is being regularly tested.
## Building ## Building

2
go.mod
View file

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