Skip to content

Commit

Permalink
use golang 1.11.5
Browse files Browse the repository at this point in the history
  • Loading branch information
blockloop committed Jan 24, 2019
1 parent c4ed208 commit 4d63158
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ go = docker run --rm -i \
-e "GOCACHE=/gopath/src/$(importpath)/target/.cache/go" \
-v "$(CURDIR):/gopath/src/$(importpath)" \
-w "/gopath/src/$(importpath)" \
golang:1.11.2 \
golang:1.11.5 \
go

ldflags = '\
Expand Down

0 comments on commit 4d63158

Please sign in to comment.