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 fa41107 commit e1f407b
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 @@ -32,7 +32,7 @@ FROM native as native_test
#=================================
# Stage 2: Go Driver Server Build
#=================================
FROM golang:1.12 as driver
FROM golang:1.13 as driver

ENV DRIVER_REPO=github.com/bblfsh/csharp-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 @@
# C# 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/csharp-driver.svg?branch=master)](https://travis-ci.org/bblfsh/csharp-driver) ![Native Version](https://img.shields.io/badge/csharp%20version-2.1-aa93ea.svg) ![Go Version](https://img.shields.io/badge/go%20version-1.12-63afbf.svg)
# C# 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/csharp-driver.svg?branch=master)](https://travis-ci.org/bblfsh/csharp-driver) ![Native Version](https://img.shields.io/badge/csharp%20version-2.1-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,6 +1,6 @@
sdk: '2'
go-runtime:
version: '1.12'
version: '1.13'
native:
image: 'microsoft/dotnet:2.1-runtime'
static:
Expand Down

0 comments on commit e1f407b

Please sign in to comment.