oh my what an mess

This commit is contained in:
2019-07-11 19:12:14 -04:00
parent ef691c9c75
commit 2af3b431b2
9 changed files with 60 additions and 17 deletions

View File

@@ -4,6 +4,6 @@ workflow "Main" {
}
action "vuefun Build" {
uses = "cedrickring/golang-action/go1.11@1.1.1"
uses = "cedrickring/golang-action/go1.12@1.1.1"
args = "make -C vuefun clean all"
}