diff --git a/.github/workflows/skeletor.yml b/.github/workflows/skeletor.yml index e8385fb..28784be 100644 --- a/.github/workflows/skeletor.yml +++ b/.github/workflows/skeletor.yml @@ -19,7 +19,7 @@ jobs: with: fetch-depth: 0 - name: Install Go - uses: actions/checkout@v4 + uses: actions/setup-go@v4 with: go-version-file: go.mod cache: true