We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0e68edb commit 2c508b2Copy full SHA for 2c508b2
.travis.yml
@@ -1,6 +1,6 @@
1
language: go
2
go:
3
-- 1.6
+- 1.6.2
4
script:
5
- make run-compose-test
6
- GOOS=linux GOARCH=amd64 make package
Dockerfile
@@ -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
0 commit comments