Skip to content

Commit 19984a7

Browse files
committed
Update Go to 1.6.2
1 parent e673329 commit 19984a7

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,6 +1,6 @@
11
language: go
22
go:
3-
- 1.6
3+
- 1.6.2
44
script:
55
- docker-compose run --rm loraserver make test
66
services:

Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM golang:1.6.1
1+
FROM golang:1.6.2
22

33
ENV PROJECT_PATH=/go/src/github.com/brocaar/loraserver
44
ENV PATH=$PATH:$PROJECT_PATH/bin

0 commit comments

Comments
 (0)