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 @@ -38,7 +38,7 @@ RUN gradle test --info --stacktrace
38
38
# =================================
39
39
# Stage 2: Go Driver Server Build
40
40
# =================================
41
- FROM golang:1.12 -alpine as driver
41
+ FROM golang:1.13 -alpine as driver
42
42
43
43
ENV DRIVER_REPO=github.com/bblfsh/bash-driver
44
44
ENV DRIVER_REPO_PATH=/go/src/$DRIVER_REPO
Original file line number Diff line number Diff line change 1
- # Bash 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/bash-driver.svg?branch=master )] ( https://travis-ci.org/bblfsh/bash-driver ) ![ Native Version] ( https://img.shields.io/badge/bash%20version-8u181-aa93ea.svg ) ![ Go Version] ( https://img.shields.io/badge/go%20version-1.12 -63afbf.svg )
1
+ # Bash 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/bash-driver.svg?branch=master )] ( https://travis-ci.org/bblfsh/bash-driver ) ![ Native Version] ( https://img.shields.io/badge/bash%20version-8u181-aa93ea.svg ) ![ Go Version] ( https://img.shields.io/badge/go%20version-1.13 -63afbf.svg )
2
2
3
3
bash 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
language : bash
3
3
go-runtime :
4
- version : ' 1.12 -alpine'
4
+ version : ' 1.13 -alpine'
5
5
native :
6
6
image : ' openjdk:8u181-jre-alpine'
7
7
static :
You can’t perform that action at this time.
0 commit comments