From 8709dbaba1f958e4ab90e121992583b0bc410573 Mon Sep 17 00:00:00 2001 From: bjdgyc Date: Mon, 1 Mar 2021 16:08:14 +0800 Subject: [PATCH] Update go.yml --- .github/workflows/go.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/go.yml b/.github/workflows/go.yml index 6e31f46..496d8d7 100644 --- a/.github/workflows/go.yml +++ b/.github/workflows/go.yml @@ -19,11 +19,11 @@ jobs: go-version: 1.15 id: go - - name: Switch path - run: cd server - - name: Check out code into the Go module directory uses: actions/checkout@v2 + + - name: Switch path + run: cd server - name: Get dependencies run: |