Skip to content

Commit 14544f9

Browse files
authored
Merge pull request #97 from davrodpin/actions/update-go-version
Update Github actions to use go 1.13
2 parents 6b3f8cb + 186260b commit 14544f9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/actions/check/Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM golang:1.12.5
1+
FROM golang:1.13.1
22

33
LABEL "com.github.actions.name"="action-check"
44
LABEL "com.github.actions.description"="Code quality check for Mole"

0 commit comments

Comments
 (0)