diff options
author | Julien Dessaux | 2024-03-08 00:49:28 +0100 |
---|---|---|
committer | Julien Dessaux | 2024-03-08 00:49:28 +0100 |
commit | de0c677a8a7f58f55899fa0496c458d0630155f8 (patch) | |
tree | cf035d9b60ce64a1a161609e33da2c8f8869391b | |
parent | Added github dependabot (diff) | |
download | bareos-zabbix-check-de0c677a8a7f58f55899fa0496c458d0630155f8.tar.gz bareos-zabbix-check-de0c677a8a7f58f55899fa0496c458d0630155f8.tar.bz2 bareos-zabbix-check-de0c677a8a7f58f55899fa0496c458d0630155f8.zip |
chore(deps): updated dependencies
-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. While developed on go version 1.16, only go version >= 1.20 on linux amd64 is being regularly tested. +go is required. While developed on go version 1.16, only go version >= 1.22.1 on linux amd64 is being regularly tested. ## Building @@ -1,5 +1,5 @@ module git.adyxax.org/adyxax/bareos-zabbix-check -go 1.20 +go 1.22.1 require github.com/pkg/errors v0.9.1 |