From fcd653ef738cdb4860666fb1bfdcc74c055a5aeb Mon Sep 17 00:00:00 2001
From: Psnail <42728902+sdttttt@users.noreply.github.com>
Date: Sun, 13 Sep 2020 12:23:59 +0800
Subject: [PATCH] Update go.yml

---
 .github/workflows/go.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.github/workflows/go.yml b/.github/workflows/go.yml
index 403f5095b..23103e7e6 100644
--- a/.github/workflows/go.yml
+++ b/.github/workflows/go.yml
@@ -9,7 +9,7 @@ on:
 jobs:
 
   build:
-    name: ubuntu-latest ${{ matrix.go_version }}
+    name: ${{ matrix.os }} - ${{ matrix.go_version }}
     runs-on: ${{ matrix.os }}
     strategy:
       # If you want to matrix build , you can append the following list.
-- 
GitLab