From a9f78e095dae36b92e7ff66baa0972af1aeaddbb Mon Sep 17 00:00:00 2001 From: jamesread Date: Tue, 5 Oct 2021 00:05:22 +0100 Subject: [PATCH] actions - setup go --- .github/workflows/codestyle.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/codestyle.yml b/.github/workflows/codestyle.yml index 162488d..3ccac20 100644 --- a/.github/workflows/codestyle.yml +++ b/.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