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

Commit c6f9c91

Browse files
author
Juanjo Alvarez
committed
Update SDK dependency
Signed-off-by: Juanjo Alvarez <[email protected]>
1 parent 5b0f1b4 commit c6f9c91

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

.travis.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
language: go
22

33
go:
4-
- '1.10'
4+
- '1.11'
55

66
services:
77
- docker
88

99
env:
10-
- BBLFSHD_VERSION=v2.9.1
10+
- BBLFSHD_VERSION=v2.11.7
1111

1212
install:
1313
- curl -L https://github.com/golang/dep/releases/download/v0.4.1/dep-linux-amd64 > $GOPATH/bin/dep

Gopkg.lock

Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Gopkg.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
# for detailed Gopkg.toml documentation.
33

44
[[constraint]]
5-
version = "2.13.x"
5+
version = "2.14.x"
66
name = "gopkg.in/bblfsh/sdk.v2"
77

88
[prune]

0 commit comments

Comments
 (0)