The code and data behind xeiaso.net
5
fork

Configure Feed

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

Update go.yml

authored by

Xe Iaso and committed by
GitHub
568b3cd1 235d2371

+1 -1
+1 -1
.github/workflows/go.yml
··· 9 9 jobs: 10 10 11 11 build: 12 - runs-on: [self-hosted, linux, x64] 12 + runs-on: ubuntu-24.04 13 13 steps: 14 14 - uses: actions/checkout@v4 15 15