diff options
author | Julien Dessaux | 2023-04-24 22:39:43 +0200 |
---|---|---|
committer | Julien Dessaux | 2023-04-24 22:40:45 +0200 |
commit | 077280222cfb945c6bd098b281cfe96260a516fa (patch) | |
tree | d31c889d167dd7114e5d41a7e980b4c54a744c1f | |
parent | Revert "Added github action to test code on push" (diff) | |
download | bareos-zabbix-check-077280222cfb945c6bd098b281cfe96260a516fa.tar.gz bareos-zabbix-check-077280222cfb945c6bd098b281cfe96260a516fa.tar.bz2 bareos-zabbix-check-077280222cfb945c6bd098b281cfe96260a516fa.zip |
Updated README and go.mod for go 1.20
-rw-r--r-- | README.md | 2 | ||||
-rw-r--r-- | go.mod | 2 |
2 files changed, 2 insertions, 2 deletions
@@ -15,7 +15,7 @@ This program was born from a need to query the status of the backups from the cl ## 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 @@ -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 |