diff --git a/.github/workflows/go-mod-index.yml b/.github/workflows/go-mod-index.yml new file mode 100644 index 0000000..9d4a83a --- /dev/null +++ b/.github/workflows/go-mod-index.yml @@ -0,0 +1,16 @@ +name: Go Module Index + +on: + workflow_dispatch: + push: + +permissions: {} + +jobs: + go-mod-index: + runs-on: ubuntu-latest + steps: + - uses: actions/setup-go@v5' + with: + cache: false + -