Skip to content
This repository has been archived by the owner on Mar 8, 2020. It is now read-only.

Commit

Permalink
update go to 1.13
Browse files Browse the repository at this point in the history
Signed-off-by: bblfsh-release-bot <release-bot@bblf.sh>
  • Loading branch information
bblfsh-release-bot authored and dennwc committed Oct 25, 2019
1 parent b03a5c3 commit db47184
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ RUN cd ./python_package/test && PYTHONPATH=../../.local:$PYTHONPATH python3 -m u
#=================================
# Stage 2: Go Driver Server Build
#=================================
FROM golang:1.12-alpine as driver
FROM golang:1.13-alpine as driver

ENV DRIVER_REPO=github.com/bblfsh/python-driver
ENV DRIVER_REPO_PATH=/go/src/$DRIVER_REPO
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
# 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)
# 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)

Development Environment
-----------------------

Requirements:
- `docker`
- Go 1.12+
- Go 1.13+

To initialize the build system execute: `go test ./driver`, at the root of the project. This will generate the `Dockerfile` for this driver.

Expand Down
2 changes: 1 addition & 1 deletion build.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
sdk: '2'
go-runtime:
version: '1.12-alpine'
version: '1.13-alpine'
native:
image: 'python:3.6-alpine'
deps:
Expand Down

0 comments on commit db47184

Please sign in to comment.