Revert "fix(ci): add zlib for cgo"
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
This reverts commit 743c672c44
.
This commit is contained in:
parent
5fbcdb77d4
commit
a9c976f47d
@ -69,10 +69,7 @@ local PipelineBuild(GOOS, GOARCH, RUN_TEST) = {
|
||||
if RUN_TEST then [{
|
||||
name: 'go test',
|
||||
image: 'golang:1.19',
|
||||
commands: [
|
||||
'apt-get update && apt-get -y install zlib1g-dev',
|
||||
'go test -v ./...'
|
||||
],
|
||||
commands: ['go test -v ./...'],
|
||||
}] else []
|
||||
)
|
||||
+
|
||||
|
@ -7,7 +7,6 @@ steps:
|
||||
image: alpine/git
|
||||
name: fetch tags
|
||||
- commands:
|
||||
- apt-get update && apt-get -y install zlib1g-dev
|
||||
- go test -v ./...
|
||||
image: golang:1.19
|
||||
name: go test
|
||||
|
Loading…
Reference in New Issue
Block a user