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 d6f299c commit 3880008Copy full SHA for 3880008
Dockerfile
@@ -1,4 +1,4 @@
1
-FROM golang:1.11.2
+FROM golang:1.11.4
2
3
# prepare to install git-lfs
4
RUN curl -s https://packagecloud.io/install/repositories/github/git-lfs/script.deb.sh | bash
Makefile
-LAST=1.11.2
+LAST=1.11.4
DEP=v0.5.0
VERSION=$(LAST)-dep.$(DEP)
REPO=dictav/golang-tools
0 commit comments