We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 528e074 commit aa195afCopy full SHA for aa195af
.github/workflows/go.yml
@@ -44,15 +44,13 @@ jobs:
44
test:
45
strategy:
46
matrix:
47
- os: [ubuntu-latest, macos-latest, windows-latest]
+ os: [ubuntu-latest, macos-latest]
48
go: [1.23, 1.24]
49
include:
50
- os: ubuntu-latest
51
go-build: ~/.cache/go-build
52
- os: macos-latest
53
go-build: ~/Library/Caches/go-build
54
- - os: windows-latest
55
- go-build: C:\Users\runneradmin\AppData\Local\go-build
56
name: ${{ matrix.os }} @ Go ${{ matrix.go }}
57
runs-on: ${{ matrix.os }}
58
env:
0 commit comments