diff --git a/.forgejo/workflows/ci.yaml b/.forgejo/workflows/ci.yaml index 2319818..5f0e118 100644 --- a/.forgejo/workflows/ci.yaml +++ b/.forgejo/workflows/ci.yaml @@ -50,7 +50,7 @@ jobs: go-version: 1.24 - name: Install Hugo run: | - CGO_ENABLED=1 go install -tags extended github.com/gohugoio/hugo + CGO_ENABLED=1 go install -tags extended github.com/gohugoio/hugo@v0.146.0 - name: Build Site run: | cd _site