aboutsummaryrefslogtreecommitdiff
path: root/go.mod
diff options
context:
space:
mode:
authorJulien Dessaux2023-04-24 22:39:43 +0200
committerJulien Dessaux2023-04-24 22:40:45 +0200
commit077280222cfb945c6bd098b281cfe96260a516fa (patch)
treed31c889d167dd7114e5d41a7e980b4c54a744c1f /go.mod
parentRevert "Added github action to test code on push" (diff)
downloadbareos-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
Diffstat (limited to 'go.mod')
-rw-r--r--go.mod2
1 files changed, 1 insertions, 1 deletions
diff --git a/go.mod b/go.mod
index f7ea8af..9d96b0e 100644
--- a/go.mod
+++ b/go.mod
@@ -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