Skip to content

Commit

Permalink
chore: update lint.yml
Browse files Browse the repository at this point in the history
required to fix issues installing go on macos in github actions
  • Loading branch information
matthewrobertson authored Apr 29, 2024
1 parent 39fc23b commit 068ff54
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,5 +31,6 @@ jobs:
uses: actions/setup-go@0c52d547c9bc32b1aa3301fd7a9cb496313a4491 # v5.0.0
with:
go-version: ${{ matrix.go }}
check-latest: true
- name: Format
run: "find . -not \\( \\( -wholename './.git' \\) -prune \\) -name '*.go' | xargs gofmt -s -d"

0 comments on commit 068ff54

Please sign in to comment.