Skip to content

Commit 2c508b2

Browse files
committed
Use Go 1.6.2
1 parent 0e68edb commit 2c508b2

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
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
- make run-compose-test
66
- GOOS=linux GOARCH=amd64 make package

Dockerfile

Lines changed: 1 addition & 1 deletion
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/lora-semtech-bridge
44
ENV PATH=$PATH:$PROJECT_PATH/build

0 commit comments

Comments
 (0)