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: