Skip to content

Commit

Permalink
update go to 1.13
Browse files Browse the repository at this point in the history
Signed-off-by: bblfsh-release-bot <release-bot@bblf.sh>
  • Loading branch information
bblfsh-release-bot authored and dennwc committed Oct 25, 2019
1 parent aac499e commit 847145f
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 yarn 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/typescript-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,4 +1,4 @@
# 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)
# 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)

typescript driver for [babelfish](https://github.com/bblfsh/server).

Expand All @@ -8,7 +8,7 @@ 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,6 +1,6 @@
sdk: '2'
go-runtime:
version: '1.12-alpine'
version: '1.13-alpine'
native:
image: 'node:8-alpine'
static:
Expand Down

0 comments on commit 847145f

Please # to comment.