From c9bb16e379c27c7b1081f599c3d2a0afcf512e91 Mon Sep 17 00:00:00 2001 From: Adam Chalkley Date: Sat, 8 Aug 2020 04:47:28 -0500 Subject: [PATCH] Update "unstable" container to Go 1.15rc2 refs GH-46 --- unstable/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/unstable/Dockerfile b/unstable/Dockerfile index 7508d261..48d71169 100644 --- a/unstable/Dockerfile +++ b/unstable/Dockerfile @@ -7,7 +7,7 @@ # https://hub.docker.com/_/golang -FROM golang:1.15rc1 +FROM golang:1.15rc2 ENV GOLANGCI_LINT_VERSION v1.30.0 ENV STATICCHECK_VERSION 2020.1.5