Upgrade golang GitHub action to 1.11

This commit is contained in:
stefanprodan
2018-12-20 17:52:56 +02:00
parent 431ab9e19e
commit cdf9b06b86
+2 -2
View File
@@ -1,8 +1,8 @@
FROM golang:1.10
FROM golang:1.11
LABEL "name"="golang tools action"
LABEL "maintainer"="Stefan Prodan <support@weave.works>"
LABEL "version"="1.0.0"
LABEL "version"="1.11.0"
LABEL "com.github.actions.icon"="code"
LABEL "com.github.actions.color"="green-dark"