Skip to content

Commit e1ee05b

Browse files
committed
Use the same Go version
1 parent 45258f7 commit e1ee05b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.circleci/config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
command: |
3333
CURRENT_VERSION=$(git describe --tags --abbrev=0)
3434
35-
docker run --volumes-from project -w /go/src/github.com/tsub/s3-edit pottava/gox:go1.8 -osarch="linux/amd64 linux/386 darwin/386 darwin/amd64" -output="build/{{.OS}}_{{.Arch}}/{{.Dir}}"
35+
docker run --volumes-from project -w /go/src/github.com/tsub/s3-edit pottava/gox:go1.9 -osarch="linux/amd64 linux/386 darwin/386 darwin/amd64" -output="build/{{.OS}}_{{.Arch}}/{{.Dir}}"
3636
docker cp project:/go/src/github.com/tsub/s3-edit/build $PWD/build
3737
- persist_to_workspace:
3838
root: /s3-edit

0 commit comments

Comments
 (0)