diff --git a/.gitea/workflows/release.yml b/.gitea/workflows/release.yml index f63b5e5..308471b 100644 --- a/.gitea/workflows/release.yml +++ b/.gitea/workflows/release.yml @@ -14,6 +14,11 @@ jobs: submodules: true # Fetch Hugo themes (true OR recursive) fetch-depth: 0 # Fetch all history for .GitInfo and .Lastmod + - name: setup go + uses: https://github.com/actions/setup-go@v4 + with: + go-version: '>=1.20.1' + - name: Setup Hugo uses: https://github.com/peaceiris/actions-hugo@v2 with: