Skip to content

Commit

Permalink
Fixing drone.yml Go version
Browse files Browse the repository at this point in the history
  • Loading branch information
jpoles1 committed Aug 14, 2018
1 parent b7770cf commit 05a2355
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .drone.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ workspace:
path: src/github.com/jpoles1/gopherbadger
pipeline:
app:
image: golang:1.9.2
image: golang:1.10.3
commands:
- go get github.com/golang/dep/cmd/dep
- dep ensure
Expand Down

0 comments on commit 05a2355

Please sign in to comment.