We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e0a00ce commit 24adcf4Copy full SHA for 24adcf4
.github/workflows/go.yml
@@ -25,7 +25,7 @@ jobs:
25
check-latest: true
26
- run: go version
27
- name: Build-Golang-App
28
- run: GOOS=linux go build web.go
+ run: GOOS=linux CGO_ENABLED=0 go build web.go
29
- name: Display-Build-Golang-App
30
run: ls -l web
31
0 commit comments