Skip to content

Commit

Permalink
ci: refactor Go workflow for improved cross-platform support
Browse files Browse the repository at this point in the history
- Remove macOS specific configuration from the Go workflow
- Simplify the caching setup for Go builds

Signed-off-by: appleboy <[email protected]>
  • Loading branch information
appleboy committed Aug 30, 2024
1 parent 694fee1 commit 30cc93a
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/go.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,8 +34,6 @@ jobs:
include:
- os: ubuntu-latest
go-build: ~/.cache/go-build
- os: macos-latest
go-build: ~/Library/Caches/go-build
name: ${{ matrix.os }} @ Go ${{ matrix.go }}
runs-on: ${{ matrix.os }}
env:
Expand Down

0 comments on commit 30cc93a

Please sign in to comment.