This repository was archived by the owner on Mar 8, 2020. It is now read-only.
File tree 4 files changed +4
-5
lines changed
4 files changed +4
-5
lines changed Original file line number Diff line number Diff line change @@ -33,7 +33,7 @@ RUN yarn test
33
33
# =================================
34
34
# Stage 2: Go Driver Server Build
35
35
# =================================
36
- FROM golang:1.12 -alpine as driver
36
+ FROM golang:1.13 -alpine as driver
37
37
38
38
ENV DRIVER_REPO=github.com/bblfsh/javascript-driver
39
39
ENV DRIVER_REPO_PATH=/go/src/$DRIVER_REPO
Original file line number Diff line number Diff line change 1
- # JavaScript 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/javascript-driver.svg?branch=master )] ( https://travis-ci.org/bblfsh/javascript-driver ) ![ Native Version] ( https://img.shields.io/badge/javascript%20version-8-aa93ea.svg ) ![ Go Version] ( https://img.shields.io/badge/go%20version-1.12 -63afbf.svg )
1
+ # JavaScript 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/javascript-driver.svg?branch=master )] ( https://travis-ci.org/bblfsh/javascript-driver ) ![ Native Version] ( https://img.shields.io/badge/javascript%20version-8-aa93ea.svg ) ![ Go Version] ( https://img.shields.io/badge/go%20version-1.13 -63afbf.svg )
2
2
3
3
JavaScript driver for [ babelfish] ( https://github.com/bblfsh/bblfshd ) .
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 :
Original file line number Diff line number Diff line change @@ -11,7 +11,6 @@ require (
11
11
github.com/uber/jaeger-lib v2.0.0+incompatible // indirect
12
12
golang.org/x/net v0.0.0-20190724013045-ca1201d0de80 // indirect
13
13
golang.org/x/sys v0.0.0-20190712062909-fae7ac547cb7 // indirect
14
- golang.org/x/text v0.3.2
15
14
google.golang.org/genproto v0.0.0-20190716160619-c506a9f90610 // indirect
16
15
google.golang.org/grpc v1.22.0 // indirect
17
16
)
You can’t perform that action at this time.
0 commit comments