Skip to content
Prev Previous commit
Next Next commit
Merge branch 'main' into depot-runners
  • Loading branch information
matifali authored Jun 25, 2024
commit 9baecf97181cf92fbe9ceeefe88b5db6affae704
6 changes: 1 addition & 5 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -256,11 +256,7 @@ jobs:

# Use default Go version
- name: Setup Go
uses: actions/setup-go@v5
with:
# This doesn't need caching. It's super fast anyways!
cache: false
go-version: 1.21.9
uses: ./.github/actions/setup-go

- name: Install shfmt
run: go install mvdan.cc/sh/v3/cmd/shfmt@v3.7.0
Expand Down
You are viewing a condensed version of this merge commit. You can view the full changes here.