Skip to content

Commit 1bd802b

Browse files
author
Mikhail Podtserkovskiy
committedOct 27, 2018
Upgrade go to 11
1 parent ef1b02d commit 1bd802b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed
 

‎.travis.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
language: go
22

33
go:
4-
- 1.8.x
4+
- 1.11.x
55

66
install: make get-deps prepare
77
script:

‎Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM golang:1.8.1
1+
FROM golang:1.11.1
22

33
COPY ./ ${GOPATH}/src/github.com/qa-dev/jsonwire-grid/
44

0 commit comments

Comments
 (0)
Failed to load comments.