Skip to content

Commit 30cc93a

Browse files
committed
ci: refactor Go workflow for improved cross-platform support
- Remove macOS specific configuration from the Go workflow - Simplify the caching setup for Go builds Signed-off-by: appleboy <[email protected]>
1 parent 694fee1 commit 30cc93a

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

.github/workflows/go.yml

-2
Original file line numberDiff line numberDiff line change
@@ -34,8 +34,6 @@ jobs:
3434
include:
3535
- os: ubuntu-latest
3636
go-build: ~/.cache/go-build
37-
- os: macos-latest
38-
go-build: ~/Library/Caches/go-build
3937
name: ${{ matrix.os }} @ Go ${{ matrix.go }}
4038
runs-on: ${{ matrix.os }}
4139
env:

0 commit comments

Comments
 (0)