From 9511f308d0788e1dfa3efd435740aaf49e3d0d67 Mon Sep 17 00:00:00 2001 From: Sean Malloy Date: Fri, 2 Oct 2020 01:02:36 -0500 Subject: [PATCH] Bump To Go 1.15.2 --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index da5625bf4..7799e92ca 100644 --- a/Dockerfile +++ b/Dockerfile @@ -11,7 +11,7 @@ # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. # See the License for the specific language governing permissions and # limitations under the License. -FROM golang:1.15.0 +FROM golang:1.15.2 WORKDIR /go/src/sigs.k8s.io/descheduler COPY . .