Updated to prodrigestivill/go-cron v0.0.9 that allows optional seconds

This commit is contained in:
Pau Rodriguez-Estivill
2020-03-01 19:34:24 +01:00
parent 8e700838b3
commit dc10d3a69e
4 changed files with 4 additions and 4 deletions
+1 -1
View File
@@ -4,7 +4,7 @@ group "default" {
target "common" {
platforms = ["linux/amd64", "linux/arm64", "linux/arm/v7"]
args = {"GOCRONVER" = "v0.0.8"}
args = {"GOCRONVER" = "v0.0.9"}
}
target "debian" {