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
ce44d344 65ced6d1

+1 -1
+1 -1
.github/workflows/go.yml
··· 53 53 ${{ runner.os }}-golang- 54 54 55 55 - name: cache deno.land dependencies 56 - uses: actions/cache@v2 56 + uses: actions/cache@v4 57 57 with: 58 58 key: ${{ runner.os }}-deno-${{ hashFiles('**/deno.json') }} 59 59 restore-keys: ${{ runner.os }}-deno-