From 077280222cfb945c6bd098b281cfe96260a516fa Mon Sep 17 00:00:00 2001 From: Julien Dessaux Date: Mon, 24 Apr 2023 22:39:43 +0200 Subject: Updated README and go.mod for go 1.20 --- README.md | 2 +- go.mod | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index f669e07..be9841e 100644 --- a/README.md +++ b/README.md @@ -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 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 -- cgit v1.2.3