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
805fd70e 73e5e455

+4 -4
+4 -4
.github/workflows/go.yml
··· 16 16 - name: Set up Homebrew 17 17 uses: Homebrew/actions/setup-homebrew@master 18 18 19 - - name: Install Brew dependencies 20 - run: | 21 - brew bundle 22 - 23 19 - name: Setup Homebrew cellar cache 24 20 uses: actions/cache@v4 25 21 with: ··· 28 24 key: ${{ runner.os }}-homebrew-cellar-${{ hashFiles('Brewfile.lock.json') }} 29 25 restore-keys: | 30 26 ${{ runner.os }}-homebrew-cellar- 27 + 28 + - name: Install Brew dependencies 29 + run: | 30 + brew bundle 31 31 32 32 - name: Setup Golang caches 33 33 uses: actions/cache@v4