diff --git a/.github/workflows/cron-check-links.yml b/.github/workflows/cron-check-links.yml index 650e6ad62..1a8c01c76 100644 --- a/.github/workflows/cron-check-links.yml +++ b/.github/workflows/cron-check-links.yml @@ -36,7 +36,7 @@ jobs: - name: Install Muffet run: | - GO111MODULE=on go install github.com/raviqqe/muffet@v2.10.3 + GO111MODULE=on go install github.com/raviqqe/muffet/v2@latest asdf reshim golang # run in background so CI doesn't hang waiting for "ctrl + c". Sleep ensures server is ready in next step diff --git a/go.mod b/go.mod index a691cc546..b79b64b82 100644 --- a/go.mod +++ b/go.mod @@ -1,6 +1,6 @@ module github.com/medic/cht-docs -go 1.13 +go 1.22.8 require ( github.com/google/docsy v0.10.0 // indirect