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 3003d66 commit d016b5dCopy full SHA for d016b5d
.github/workflows/go-test.yaml
@@ -65,7 +65,7 @@ jobs:
65
container: golang:1.23-alpine3.19
66
cgo_enabled: 1
67
- os: alpine-arm64
68
- runner: ubuntu-22.04-arm64 # ARM64 host runner
+ runner: ubuntu-22.04-arm # ARM64 host runner
69
70
71
arch: arm64
@@ -120,7 +120,7 @@ jobs:
120
env:
121
CGO_LDFLAGS: ${{ matrix.cgo_enabled == '1' && '-static' || '' }}
122
123
- - name: Go code test (CGO_ENABLED=${{ matrix.cgo_enabled }})
+ - name: Go code test (CGO_ENABLED=${{ matrix.cgo_enabled }}) on Windows
124
if: matrix.os == 'windows-latest'
125
run: |
126
- CGO_ENABLED=${{ matrix.cgo_enabled }} go test ./... -v
+ go test ./... -v
0 commit comments