From 797024b1eaec6e97e239811d618b93b34f4dcd27 Mon Sep 17 00:00:00 2001 From: Johanan Idicula Date: Sun, 24 Dec 2023 13:22:40 -0500 Subject: [PATCH] ci: Upgrade to Go 1.21 for ghcr-cleaner --- .github/workflows/clang-format-image.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/clang-format-image.yml b/.github/workflows/clang-format-image.yml index 3fff6e0..572263c 100644 --- a/.github/workflows/clang-format-image.yml +++ b/.github/workflows/clang-format-image.yml @@ -78,7 +78,7 @@ jobs: steps: - uses: actions/setup-go@v5 with: - go-version: '^1.17' + go-version: '^1.21' check-latest: true - name: Install ghcr-cleaner run: go install github.com/jidicula/ghcr-cleaner@latest