File tree 3 files changed +4
-4
lines changed
3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -37,7 +37,7 @@ RUN yarn test
37
37
# =================================
38
38
# Stage 2: Go Driver Server Build
39
39
# =================================
40
- FROM golang:1.12 -alpine as driver
40
+ FROM golang:1.13 -alpine as driver
41
41
42
42
ENV DRIVER_REPO=github.com/bblfsh/typescript-driver
43
43
ENV 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 )
2
2
3
3
typescript driver for [ babelfish] ( https://github.com/bblfsh/server ) .
4
4
@@ -8,7 +8,7 @@ Development Environment
8
8
9
9
Requirements:
10
10
- ` docker `
11
- - Go 1.12 +
11
+ - Go 1.13 +
12
12
13
13
To initialize the build system execute: ` go test ./driver ` , at the root of the project. This will generate the ` Dockerfile ` for this driver.
14
14
Original file line number Diff line number Diff line change 1
1
sdk : ' 2'
2
2
go-runtime :
3
- version : ' 1.12 -alpine'
3
+ version : ' 1.13 -alpine'
4
4
native :
5
5
image : ' node:8-alpine'
6
6
static :
You can’t perform that action at this time.
0 commit comments