From 96d159b97526aacbae944c46c12fa78becaa7602 Mon Sep 17 00:00:00 2001 From: yunsukyung Date: Thu, 31 Aug 2023 13:25:51 +0900 Subject: [PATCH] jenkins test --- test.go | 1 + 1 file changed, 1 insertion(+) diff --git a/test.go b/test.go index b959fed..ca6b893 100644 --- a/test.go +++ b/test.go @@ -6,4 +6,5 @@ import ( func main() { fmt.Println("test") + fmt.Println("gitea-test") }