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