From 3d5ade3e3bd70f1b98b666df8adf4dcf078216ad Mon Sep 17 00:00:00 2001 From: oliverpool Date: Mon, 21 Aug 2023 15:17:56 +0200 Subject: [PATCH] link back to rvcodns spec --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 64306cb..5fc958b 100644 --- a/README.md +++ b/README.md @@ -3,9 +3,9 @@ ## Description -Update a given DNS record using the OVH API. +Update a given DNS record using the OVH API for use in the [Release Version Check Over DNS (RVCoDNS)](https://codeberg.org/forgejo-contrib/rvcodns). -**NOTE:** This action is written in Go. Please setup the Go environment before running this action or use a runner with Go environment installed. +**NOTE:** This action is written in Go. Please setup the Go environment (>=1.21) before running this action or use a runner with Go environment installed.