From 1f7efef2241ef5db699077dce9c5cd7b608a023c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ren=C3=A9=20=27Necoro=27=20Neumann?= Date: Sun, 23 Apr 2023 15:01:07 +0200 Subject: [workflow] Checkout before go setup --- .github/workflows/go.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to '.github') diff --git a/.github/workflows/go.yml b/.github/workflows/go.yml index 1072be5..7e3c5de 100644 --- a/.github/workflows/go.yml +++ b/.github/workflows/go.yml @@ -13,14 +13,14 @@ jobs: runs-on: ubuntu-latest steps: + - name: Checkout + uses: actions/checkout@v3 + - name: Set up Go uses: actions/setup-go@v4 with: go-version-file: 'go.mod' - - name: Checkout - uses: actions/checkout@v3 - - name: Get dependencies run: | go get -v -t -d ./... -- cgit v1.2.3