From a9024a0b3e98a2bd32b411b5626b664aae45df6b Mon Sep 17 00:00:00 2001 From: Kim Christensen Date: Tue, 24 Sep 2024 00:12:03 +0200 Subject: [PATCH] fix: Correctly install Go in Github Actions Signed-off-by: Kim Christensen --- .github/workflows/skeletor.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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