From e81ea5b3e537d8ca16f1388c340fa91c19620ad3 Mon Sep 17 00:00:00 2001 From: Chris Crone Date: Thu, 24 Dec 2020 12:17:14 +0100 Subject: [PATCH] deps: Bump Golang Signed-off-by: Chris Crone --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index be4e43e1a..993c2def8 100644 --- a/Dockerfile +++ b/Dockerfile @@ -15,7 +15,7 @@ # See the License for the specific language governing permissions and # limitations under the License. -ARG GO_VERSION=1.15.5-alpine +ARG GO_VERSION=1.15.6-alpine ARG GOLANGCI_LINT_VERSION=v1.33.0-alpine ARG PROTOC_GEN_GO_VERSION=v1.4.3