Disable CGo in CI
This commit is contained in:
parent
4f801eff26
commit
3165165e73
@ -11,6 +11,8 @@ steps:
|
|||||||
image: golang:1.23.6
|
image: golang:1.23.6
|
||||||
commands:
|
commands:
|
||||||
- go build
|
- go build
|
||||||
|
environment:
|
||||||
|
CGO_ENABLED: 0
|
||||||
when:
|
when:
|
||||||
- event: tag
|
- event: tag
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user