Skip to content

Commit a39f791

Browse files
committed
Go 1.11.5
1 parent 3880008 commit a39f791

File tree

3 files changed

+5
-4
lines changed

3 files changed

+5
-4
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.4
1+
FROM golang:1.11.5
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: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
1-
LAST=1.11.4
1+
LAST=1.11.5
22
DEP=v0.5.0
3-
VERSION=$(LAST)-dep.$(DEP)
3+
META=v3.0.0
4+
VERSION=$(LAST)-dep.$(DEP)-gometalinter.$(META)
45
REPO=dictav/golang-tools
56

67
build: Dockerfile

gometalinter.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,8 @@
1414
"ineffassign",
1515
"interfacer",
1616
"maligned",
17-
"megacheck",
1817
"misspell",
18+
"staticcheck",
1919
"structcheck",
2020
"unconvert",
2121
"unused",

0 commit comments

Comments
 (0)