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
73e5e455 568b3cd1

+9
+9
.github/workflows/go.yml
··· 20 20 run: | 21 21 brew bundle 22 22 23 + - name: Setup Homebrew cellar cache 24 + uses: actions/cache@v4 25 + with: 26 + path: | 27 + ~/.linuxbrew/Cellar 28 + key: ${{ runner.os }}-homebrew-cellar-${{ hashFiles('Brewfile.lock.json') }} 29 + restore-keys: | 30 + ${{ runner.os }}-homebrew-cellar- 31 + 23 32 - name: Setup Golang caches 24 33 uses: actions/cache@v4 25 34 with: