Skip to content

Commit

Permalink
chore: Update unit.yml
Browse files Browse the repository at this point in the history
According to actions/setup-go#454 this should resolve the issues installing go in the macos workflows
  • Loading branch information
matthewrobertson committed Apr 29, 2024
1 parent a91079a commit 39fc23b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/unit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@ jobs:
uses: actions/setup-go@0c52d547c9bc32b1aa3301fd7a9cb496313a4491 # v5.0.0
with:
go-version: ${{ matrix.go }}
check-latest: true
- name: Build and test
run: "go test ./..."
- name: Vet
Expand Down

0 comments on commit 39fc23b

Please sign in to comment.