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

Commit

Permalink
Add a module file in the go_standard test project
Browse files Browse the repository at this point in the history
This is required for Go 1.16 to pass.

Signed-off-by: Cosmin Cojocar <ccojocar@cloudbees.com>
  • Loading branch information
Cosmin Cojocar committed Feb 22, 2021
1 parent 55271f8 commit 8e3e881
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 1 addition & 1 deletion go1.16/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ FROM golang:1.16

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

LABEL com.github.actions.name="Golang Action"
Expand Down
3 changes: 3 additions & 0 deletions tests/projects/go_standard/go.mod
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
module github.com/cedrickring/golang-action

go 1.16

0 comments on commit 8e3e881

Please sign in to comment.