Skip to content

Commit

Permalink
Upgrade g
Browse files Browse the repository at this point in the history
  • Loading branch information
andrablaj committed Oct 7, 2024
1 parent 2dc2020 commit 0a4660b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/cron-check-links.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
@@ -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
Expand Down

0 comments on commit 0a4660b

Please sign in to comment.