diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 9b57b45..2181e9c 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -17,7 +17,7 @@ jobs: - uses: actions/setup-go@v6 with: - go-version: "1.25" + go-version: "1.25.10" - name: Check formatting run: make fmt-check @@ -50,7 +50,7 @@ jobs: - uses: actions/setup-go@v6 with: - go-version: "1.25" + go-version: "1.25.10" - name: Install govulncheck run: go install golang.org/x/vuln/cmd/govulncheck@latest diff --git a/.github/workflows/pages.yml b/.github/workflows/pages.yml index d256ff4..0cb9c1b 100644 --- a/.github/workflows/pages.yml +++ b/.github/workflows/pages.yml @@ -24,6 +24,8 @@ jobs: - name: Setup Pages uses: actions/configure-pages@v6 + with: + enablement: true - name: Build with Jekyll uses: actions/jekyll-build-pages@v1