Skip to content

Commit

Permalink
chore: bump Go to 1.10.3
Browse files Browse the repository at this point in the history
  • Loading branch information
thoas committed Jun 11, 2018
1 parent 8926d99 commit be7446e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Dockerfile.build
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM golang:1.10.0
FROM golang:1.10.3

ADD . /go/src/github.com/thoas/picfit

Expand Down
4 changes: 2 additions & 2 deletions provisioning/roles/golang/defaults/main.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
---
go_tarball: "go1.10.linux-amd64.tar.gz"
go_version_target: "go version go1.10 linux/amd64"
go_tarball: "go1.10.3.linux-amd64.tar.gz"
go_version_target: "go version go1.10.3 linux/amd64"
go_path: "/usr/local/golib"

0 comments on commit be7446e

Please sign in to comment.