This repository was archived by the owner on Mar 8, 2020. It is now read-only.
File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -33,7 +33,7 @@ RUN cd ./python_package/test && PYTHONPATH=../../.local:$PYTHONPATH python3 -m u
3333# =================================
3434# Stage 2: Go Driver Server Build
3535# =================================
36- FROM golang:1.12 -alpine as driver
36+ FROM golang:1.13 -alpine as driver
3737
3838ENV DRIVER_REPO=github.com/bblfsh/python-driver
3939ENV DRIVER_REPO_PATH=/go/src/$DRIVER_REPO
Original file line number Diff line number Diff line change 1- # Python driver for [ Babelfish] ( https://github.com/bblfsh/bblfshd ) ![ Driver Status] ( https://img.shields.io/badge/status-beta-dbd25c.svg ) [ ![ Build Status] ( https://travis-ci.org/bblfsh/python-driver.svg?branch=master )] ( https://travis-ci.org/bblfsh/python-driver ) ![ Native Version] ( https://img.shields.io/badge/python%20version-3.6-aa93ea.svg ) ![ Go Version] ( https://img.shields.io/badge/go%20version-1.12 -63afbf.svg )
1+ # Python driver for [ Babelfish] ( https://github.com/bblfsh/bblfshd ) ![ Driver Status] ( https://img.shields.io/badge/status-beta-dbd25c.svg ) [ ![ Build Status] ( https://travis-ci.org/bblfsh/python-driver.svg?branch=master )] ( https://travis-ci.org/bblfsh/python-driver ) ![ Native Version] ( https://img.shields.io/badge/python%20version-3.6-aa93ea.svg ) ![ Go Version] ( https://img.shields.io/badge/go%20version-1.13 -63afbf.svg )
22
33Development Environment
44-----------------------
55
66Requirements:
77- ` docker `
8- - Go 1.12 +
8+ - Go 1.13 +
99
1010To initialize the build system execute: ` go test ./driver ` , at the root of the project. This will generate the ` Dockerfile ` for this driver.
1111
Original file line number Diff line number Diff line change 11sdk : ' 2'
22go-runtime :
3- version : ' 1.12 -alpine'
3+ version : ' 1.13 -alpine'
44native :
55 image : ' python:3.6-alpine'
66 deps :
You can’t perform that action at this time.
0 commit comments