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

Commit 99559ab

Browse files
bblfsh-release-botdennwc
authored andcommitted
update go to 1.13
Signed-off-by: bblfsh-release-bot <[email protected]>
1 parent 0b1059e commit 99559ab

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ RUN mvn 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

4242
ENV DRIVER_REPO=github.com/bblfsh/java-driver
4343
ENV DRIVER_REPO_PATH=/go/src/$DRIVER_REPO

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
1-
# Java 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/java-driver.svg?branch=master)](https://travis-ci.org/bblfsh/java-driver) ![Native Version](https://img.shields.io/badge/java%20version-8u181-aa93ea.svg) ![Go Version](https://img.shields.io/badge/go%20version-1.12-63afbf.svg)
1+
# Java 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/java-driver.svg?branch=master)](https://travis-ci.org/bblfsh/java-driver) ![Native Version](https://img.shields.io/badge/java%20version-8u181-aa93ea.svg) ![Go Version](https://img.shields.io/badge/go%20version-1.13-63afbf.svg)
22

33
Development Environment
44
-----------------------
55

66
Requirements:
77
- `docker`
8-
- Go 1.12+
8+
- Go 1.13+
99

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

build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
sdk: '2'
22
language: java
33
go-runtime:
4-
version: '1.12-alpine'
4+
version: '1.13-alpine'
55
native:
66
image: 'openjdk:8u181-jre-alpine'
77
static:

0 commit comments

Comments
 (0)