try with cgo enabled

This commit is contained in:
Michael Shaw
2022-10-06 10:43:25 -04:00
parent 87fa971eb2
commit ab4b805937
Vendored
+1 -1
View File
@@ -21,7 +21,7 @@ pipeline {
}
environment {
GO111MODULE = 'on'
CGO_ENABLED = 0
CGO_ENABLED = 1
GOPATH = "${JENKINS_HOME}/jobs/${JOB_NAME}/builds/${BUILD_ID}"
GOMODCACHE = "${WORKSPACE}/pkg/mod"
GOCACHE = "${WORKSPACE}/.cache/go-build"