Skip to content

Commit

Permalink
Upgrade golang GitHub action to 1.11
Browse files Browse the repository at this point in the history
  • Loading branch information
stefanprodan committed Dec 20, 2018
1 parent 431ab9e commit cdf9b06
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/actions/golang/Dockerfile
Original file line number Diff line number Diff line change
@@ -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"
Expand Down

0 comments on commit cdf9b06

Please sign in to comment.