From ccae8bbafe6a907acc92a6d3f2b7ba456ef21ac1 Mon Sep 17 00:00:00 2001 From: Alexey Kostin Date: Thu, 20 Sep 2018 00:28:42 +0300 Subject: [PATCH] Pipelines update --- bitbucket-pipelines.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/bitbucket-pipelines.yml b/bitbucket-pipelines.yml index 5f88f75..ef15042 100644 --- a/bitbucket-pipelines.yml +++ b/bitbucket-pipelines.yml @@ -3,7 +3,7 @@ # Only use spaces to indent your .yml configuration. # ----- # You can specify a custom docker image from Docker Hub as your build environment. -image: golang:1.10 +image: golang:1.11 pipelines: default: @@ -14,5 +14,5 @@ pipelines: - tar -cO --exclude-vcs --exclude=bitbucket-pipelines.yml . | tar -xv -C "${PACKAGE_PATH}" - cd "${PACKAGE_PATH}" - go get -v - - GOOS=windows GOARCH=386 go build -ldflags "-s -w" -v -o bt2qbt_i386.exe - - GOOS=windows GOARCH=amd64 go build -ldflags "-s -w" -v -o bt2qbt_amd64.exe \ No newline at end of file + - GOOS=windows GOARCH=386 go build -ldflags "-s -w" -v -o bt2qbt_v1.0_i386.exe + - GOOS=windows GOARCH=amd64 go build -ldflags "-s -w" -v -o bt2qbt_v1.0_amd64.exe \ No newline at end of file