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

Commit

Permalink
update go to 1.13
Browse files Browse the repository at this point in the history
Signed-off-by: bblfsh-release-bot <[email protected]>
  • Loading branch information
bblfsh-release-bot authored and dennwc committed Oct 25, 2019
1 parent 0b1059e commit 99559ab
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ RUN mvn test
#=================================
# Stage 2: Go Driver Server Build
#=================================
FROM golang:1.12-alpine as driver
FROM golang:1.13-alpine as driver

ENV DRIVER_REPO=github.com/bblfsh/java-driver
ENV DRIVER_REPO_PATH=/go/src/$DRIVER_REPO
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
# 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)
# 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)

Development Environment
-----------------------

Requirements:
- `docker`
- Go 1.12+
- Go 1.13+

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

Expand Down
2 changes: 1 addition & 1 deletion build.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
sdk: '2'
language: java
go-runtime:
version: '1.12-alpine'
version: '1.13-alpine'
native:
image: 'openjdk:8u181-jre-alpine'
static:
Expand Down

0 comments on commit 99559ab

Please sign in to comment.