From 5f49d72b06dfc667d7f1fe31879e02893fd6f441 Mon Sep 17 00:00:00 2001 From: "Gerasimos (Makis) Maropoulos" Date: Wed, 14 Aug 2019 11:16:31 +0300 Subject: [PATCH] Update go.yml Former-commit-id: e58e581c6d41ca346fbfbe3d4126b03e61b1c1c6 --- .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 1187d07f..25f15de3 100644 --- a/.github/workflows/go.yml +++ b/.github/workflows/go.yml @@ -17,7 +17,7 @@ jobs: id: go - name: Check out code into the Go module directory - use: actions/checkout@master + uses: actions/checkout@master path: ${{ go.module-path }} - name: Get dependencies