From a2b62e3e77971e24004b9f12e29f9577b5930096 Mon Sep 17 00:00:00 2001 From: Bo-Yi Wu Date: Sat, 8 Jun 2024 19:20:16 +0800 Subject: [PATCH] chore: update dependencies and improve test coverage - Update Go version from `1.20` to `1.21` in `netlify.toml` Signed-off-by: Bo-Yi Wu --- netlify.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/netlify.toml b/netlify.toml index 8a23b5cf7..6435928e0 100644 --- a/netlify.toml +++ b/netlify.toml @@ -5,7 +5,7 @@ functions = "release/linux/lambda" [build.environment] GO111MODULE = "on" GO_IMPORT_PATH = "github.com/appleboy/gorush" -GO_VERSION = "1.20" +GO_VERSION = "1.21" [[redirects]] from = "/*"