Skip to content

Commit

Permalink
Install latest go version
Browse files Browse the repository at this point in the history
On mac-os 14 trying to use the pre-installed version will fail.
  • Loading branch information
rageagainsthepc committed May 6, 2024
1 parent d566d2a commit b53b34b
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,8 @@ jobs:
uses: actions/checkout@v4
- name: Install Go
uses: actions/setup-go@v5
with:
check-latest: true
- name: Install Task
run: go install github.com/go-task/task/v3/cmd/task@latest
- name: Install mockgen
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,8 @@ jobs:
fetch-depth: 0
- name: Set up Go
uses: actions/setup-go@v5
with:
check-latest: true
- name: Run GoReleaser
uses: goreleaser/goreleaser-action@v5
with:
Expand Down

0 comments on commit b53b34b

Please sign in to comment.