Skip to content
This repository has been archived by the owner on Nov 2, 2021. It is now read-only.

Commit

Permalink
Update the go version to 1.16 in the default Docker file
Browse files Browse the repository at this point in the history
Signed-off-by: Cosmin Cojocar <ccojocar@cloudbees.com>
  • Loading branch information
Cosmin Cojocar committed Feb 24, 2021
1 parent 8e3e881 commit 7930007
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
FROM golang:1.15
FROM golang:1.16

LABEL name="Golang Action"
LABEL maintainer="Cedric Kring"
LABEL version="1.6.0"
LABEL version="2.0.0"
LABEL repository="https://github.com/cedrickring/golang-action"

LABEL com.github.actions.name="Golang Action"
Expand Down

0 comments on commit 7930007

Please sign in to comment.