Browse Source

actions - setup go

jamesread 4 năm trước cách đây
mục cha
commit
a9f78e095d
1 tập tin đã thay đổi với 2 bổ sung1 xóa
  1. 2 1
      .github/workflows/codestyle.yml

+ 2 - 1
.github/workflows/codestyle.yml

@@ -9,7 +9,8 @@ jobs:
       - name: Checkout
         uses: actions/checkout@v2
 
-      - name: actions/setup-go@v2
+      - name: Setup Go
+        users: actions/setup-go@v2
 
       - name: daemon
         run: make daemon-codestyle