From d76e6a8e5f6e399eb58b8f0b3bd094d5a5daf95e Mon Sep 17 00:00:00 2001 From: the1mason Date: Wed, 7 Feb 2024 14:44:49 +0000 Subject: [PATCH] Update .github/workflows/main.yml --- .github/workflows/main.yml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 0797614..8f53528 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -13,6 +13,11 @@ jobs: - name: Checkout code uses: actions/checkout@v2 + - name: Setup Go + uses: actions/setup-go@v2 + with: + go-version: '^1.20' # Use the specific Go version you need + - name: Setup Hugo uses: peaceiris/actions-hugo@v2 with: