From 923aa2d887aac8c20df5bd569b7594bdba63a855 Mon Sep 17 00:00:00 2001 From: Cosmin Cojocar Date: Fri, 26 Feb 2021 09:33:32 +0100 Subject: [PATCH] Update version label in all docker file to 1.7.0 Signed-off-by: Cosmin Cojocar --- Dockerfile | 2 +- go1.10/Dockerfile | 2 +- go1.11/Dockerfile | 2 +- go1.12/Dockerfile | 2 +- go1.13/Dockerfile | 2 +- go1.14/Dockerfile | 2 +- go1.15/Dockerfile | 2 +- go1.16/Dockerfile | 2 +- 8 files changed, 8 insertions(+), 8 deletions(-) diff --git a/Dockerfile b/Dockerfile index 72d22799..8bd904f7 100644 --- a/Dockerfile +++ b/Dockerfile @@ -2,7 +2,7 @@ FROM golang:1.16 LABEL name="Golang Action" LABEL maintainer="Cedric Kring" -LABEL version="2.0.0" +LABEL version="1.7.0" LABEL repository="https://github.com/cedrickring/golang-action" LABEL com.github.actions.name="Golang Action" diff --git a/go1.10/Dockerfile b/go1.10/Dockerfile index a92f9287..82d3e3ac 100644 --- a/go1.10/Dockerfile +++ b/go1.10/Dockerfile @@ -2,7 +2,7 @@ FROM golang:1.10 LABEL name="Golang Action" LABEL maintainer="Cedric Kring" -LABEL version="1.6.0" +LABEL version="1.7.0" LABEL repository="https://github.com/cedrickring/golang-action" LABEL com.github.actions.name="Golang Action" diff --git a/go1.11/Dockerfile b/go1.11/Dockerfile index 3c8ab564..d2ebeb1e 100644 --- a/go1.11/Dockerfile +++ b/go1.11/Dockerfile @@ -2,7 +2,7 @@ FROM golang:1.11 LABEL name="Golang Action" LABEL maintainer="Cedric Kring" -LABEL version="1.6.0" +LABEL version="1.7.0" LABEL repository="https://github.com/cedrickring/golang-action" LABEL com.github.actions.name="Golang Action" diff --git a/go1.12/Dockerfile b/go1.12/Dockerfile index bfc9fa17..e8584310 100644 --- a/go1.12/Dockerfile +++ b/go1.12/Dockerfile @@ -2,7 +2,7 @@ FROM golang:1.12 LABEL name="Golang Action" LABEL maintainer="Cedric Kring" -LABEL version="1.6.0" +LABEL version="1.7.0" LABEL repository="https://github.com/cedrickring/golang-action" LABEL com.github.actions.name="Golang Action" diff --git a/go1.13/Dockerfile b/go1.13/Dockerfile index ff693915..94281148 100644 --- a/go1.13/Dockerfile +++ b/go1.13/Dockerfile @@ -2,7 +2,7 @@ FROM golang:1.13 LABEL name="Golang Action" LABEL maintainer="Cedric Kring" -LABEL version="1.6.0" +LABEL version="1.7.0" LABEL repository="https://github.com/cedrickring/golang-action" LABEL com.github.actions.name="Golang Action" diff --git a/go1.14/Dockerfile b/go1.14/Dockerfile index 174a61e2..a55cf7fa 100644 --- a/go1.14/Dockerfile +++ b/go1.14/Dockerfile @@ -2,7 +2,7 @@ FROM golang:1.14 LABEL name="Golang Action" LABEL maintainer="Cedric Kring" -LABEL version="1.6.0" +LABEL version="1.7.0" LABEL repository="https://github.com/cedrickring/golang-action" LABEL com.github.actions.name="Golang Action" diff --git a/go1.15/Dockerfile b/go1.15/Dockerfile index 53f2fe78..7aefa314 100644 --- a/go1.15/Dockerfile +++ b/go1.15/Dockerfile @@ -2,7 +2,7 @@ FROM golang:1.15 LABEL name="Golang Action" LABEL maintainer="Cedric Kring" -LABEL version="1.6.0" +LABEL version="1.7.0" LABEL repository="https://github.com/cedrickring/golang-action" LABEL com.github.actions.name="Golang Action" diff --git a/go1.16/Dockerfile b/go1.16/Dockerfile index 70eb09bf..8bd904f7 100644 --- a/go1.16/Dockerfile +++ b/go1.16/Dockerfile @@ -2,7 +2,7 @@ FROM golang:1.16 LABEL name="Golang Action" LABEL maintainer="Cedric Kring" -LABEL version="1.6.0" +LABEL version="1.7.0" LABEL repository="https://github.com/cedrickring/golang-action" LABEL com.github.actions.name="Golang Action"