Updated README and go.mod for go 1.20
This commit is contained in:
parent
7db3cb8633
commit
077280222c
2 changed files with 2 additions and 2 deletions
|
@ -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
2
go.mod
|
@ -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
|
||||||
|
|
Loading…
Add table
Reference in a new issue