Skip to content

Commit

Permalink
Use Go 1.6.2
Browse files Browse the repository at this point in the history
  • Loading branch information
brocaar committed Apr 22, 2016
1 parent 0e68edb commit 2c508b2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
language: go
go:
- 1.6
- 1.6.2
script:
- make run-compose-test
- GOOS=linux GOARCH=amd64 make package
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM golang:1.6.1
FROM golang:1.6.2

ENV PROJECT_PATH=/go/src/github.com/brocaar/lora-semtech-bridge
ENV PATH=$PATH:$PROJECT_PATH/build
Expand Down

0 comments on commit 2c508b2

Please sign in to comment.