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 3880008 commit a39f791Copy full SHA for a39f791
Dockerfile
@@ -1,4 +1,4 @@
1
-FROM golang:1.11.4
+FROM golang:1.11.5
2
3
# prepare to install git-lfs
4
RUN curl -s https://packagecloud.io/install/repositories/github/git-lfs/script.deb.sh | bash
Makefile
@@ -1,6 +1,7 @@
-LAST=1.11.4
+LAST=1.11.5
DEP=v0.5.0
-VERSION=$(LAST)-dep.$(DEP)
+META=v3.0.0
+VERSION=$(LAST)-dep.$(DEP)-gometalinter.$(META)
5
REPO=dictav/golang-tools
6
7
build: Dockerfile
gometalinter.json
@@ -14,8 +14,8 @@
14
"ineffassign",
15
"interfacer",
16
"maligned",
17
- "megacheck",
18
"misspell",
+ "staticcheck",
19
"structcheck",
20
"unconvert",
21
"unused",
0 commit comments