Skip to content

Commit 3880008

Browse files
committed
Go 1.11.4
1 parent d6f299c commit 3880008

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM golang:1.11.2
1+
FROM golang:1.11.4
22

33
# prepare to install git-lfs
44
RUN curl -s https://packagecloud.io/install/repositories/github/git-lfs/script.deb.sh | bash

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
LAST=1.11.2
1+
LAST=1.11.4
22
DEP=v0.5.0
33
VERSION=$(LAST)-dep.$(DEP)
44
REPO=dictav/golang-tools

0 commit comments

Comments
 (0)