diff --git a/.github/actions/setup/action.yml b/.github/actions/setup/action.yml index 115772e..5efcebd 100644 --- a/.github/actions/setup/action.yml +++ b/.github/actions/setup/action.yml @@ -17,3 +17,7 @@ runs: - name: Install Go dependencies shell: bash run: go mod download + + - name: Install godoc + shell: bash + run: go install golang.org/x/tools/cmd/godoc@latest