An OIDC-protected index page for your homeserver.
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

ci(actions): use newer Go and run generate

+3 -1
+3 -1
.github/workflows/build.yml
··· 15 15 - name: Set up Go 16 16 uses: actions/setup-go@v4 17 17 with: 18 - go-version: '1.23' 18 + go-version: '1.24' 19 19 20 + - name: Generate 21 + run: go generate 20 22 - name: Build 21 23 run: go build -v .