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 @@ -37,7 +37,7 @@ RUN yarn test
3737# =================================
3838# Stage 2: Go Driver Server Build
3939# =================================
40- FROM golang:1.12 -alpine as driver
40+ FROM golang:1.13 -alpine as driver
4141
4242ENV DRIVER_REPO=github.com/bblfsh/typescript-driver
4343ENV DRIVER_REPO_PATH=/go/src/$DRIVER_REPO
Original file line number Diff line number Diff line change 1- # TypeScript driver for [ Babelfish] ( https://github.com/bblfsh/bblfshd ) ![ Driver Status] ( https://img.shields.io/badge/status-alpha-db975c.svg ) [ ![ Build Status] ( https://travis-ci.org/bblfsh/typescript-driver.svg?branch=master )] ( https://travis-ci.org/bblfsh/typescript-driver ) ![ Native Version] ( https://img.shields.io/badge/typescript%20version-8-aa93ea.svg ) ![ Go Version] ( https://img.shields.io/badge/go%20version-1.12 -63afbf.svg )
1+ # TypeScript driver for [ Babelfish] ( https://github.com/bblfsh/bblfshd ) ![ Driver Status] ( https://img.shields.io/badge/status-alpha-db975c.svg ) [ ![ Build Status] ( https://travis-ci.org/bblfsh/typescript-driver.svg?branch=master )] ( https://travis-ci.org/bblfsh/typescript-driver ) ![ Native Version] ( https://img.shields.io/badge/typescript%20version-8-aa93ea.svg ) ![ Go Version] ( https://img.shields.io/badge/go%20version-1.13 -63afbf.svg )
22
33typescript driver for [ babelfish] ( https://github.com/bblfsh/server ) .
44
@@ -8,7 +8,7 @@ Development Environment
88
99Requirements:
1010- ` docker `
11- - Go 1.12 +
11+ - Go 1.13 +
1212
1313To initialize the build system execute: ` go test ./driver ` , at the root of the project. This will generate the ` Dockerfile ` for this driver.
1414
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 : ' node:8-alpine'
66 static :
You can’t perform that action at this time.
0 commit comments