Skip to content

Commit

Permalink
Merge pull request #11 from sjkaliski/sjkaliski/go-1-12
Browse files Browse the repository at this point in the history
upgrade to Go 1.12
  • Loading branch information
sjkaliski committed Mar 13, 2019
2 parents 3e54c02 + 858ef95 commit 7a9b918
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion fmt/Dockerfile
@@ -1,4 +1,4 @@
FROM golang:1.11
FROM golang:1.12

LABEL "com.github.actions.name"="go fmt"
LABEL "com.github.actions.description"="Run go fmt"
Expand Down
2 changes: 1 addition & 1 deletion lint/Dockerfile
@@ -1,4 +1,4 @@
FROM golang:1.11
FROM golang:1.12

LABEL "com.github.actions.name"="golint"
LABEL "com.github.actions.description"="Run golint"
Expand Down

0 comments on commit 7a9b918

Please sign in to comment.