Skip to content

Commit e1f407b

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

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
@@ -32,7 +32,7 @@ FROM native as native_test
3232
#=================================
3333
# Stage 2: Go Driver Server Build
3434
#=================================
35-
FROM golang:1.12 as driver
35+
FROM golang:1.13 as driver
3636

3737
ENV DRIVER_REPO=github.com/bblfsh/csharp-driver
3838
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-
# 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)
1+
# 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)
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,6 +1,6 @@
11
sdk: '2'
22
go-runtime:
3-
version: '1.12'
3+
version: '1.13'
44
native:
55
image: 'microsoft/dotnet:2.1-runtime'
66
static:

0 commit comments

Comments
 (0)