diff --git a/bitbucket-pipelines.yml b/bitbucket-pipelines.yml index cff6eb1..87a373c 100644 --- a/bitbucket-pipelines.yml +++ b/bitbucket-pipelines.yml @@ -21,5 +21,6 @@ pipelines: # - go test tests/* -v 2>&1 | go-junit-report > test-reports/report.xml # Build compiles the packages - mkdir ./build + - go version - go mod tidy - go build -a -o ./build/ .