diff --git a/.github/workflows/clang-format-image.yml b/.github/workflows/clang-format-image.yml index f5074b9..d4f5c98 100644 --- a/.github/workflows/clang-format-image.yml +++ b/.github/workflows/clang-format-image.yml @@ -76,6 +76,7 @@ jobs: - uses: actions/setup-go@v3 with: go-version: '1.17' + check-latest: true - name: Install ghcr-cleaner run: go install github.com/jidicula/ghcr-cleaner@latest - name: Run ghcr-cleaner diff --git a/.github/workflows/shell-lint.yml b/.github/workflows/shell-lint.yml index e8b7719..c95dd60 100644 --- a/.github/workflows/shell-lint.yml +++ b/.github/workflows/shell-lint.yml @@ -30,6 +30,7 @@ jobs: - uses: actions/setup-go@v3 with: go-version: '1.17' + check-latest: true - name: Install shfmt run: go install mvdan.cc/sh/v3/cmd/shfmt@latest