From 68f125ff5e3042610be114899531d73137726027 Mon Sep 17 00:00:00 2001 From: Abhinav Gupta Date: Wed, 8 Sep 2021 11:09:26 -0700 Subject: Use Go 1.17 to test and build (#51) sally is not a library, so there's no reason to test it with two versions of Go. Use the latest version of Go to build and test it. --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Dockerfile') diff --git a/Dockerfile b/Dockerfile index 131220f..b634ed1 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM golang:1.11 +FROM golang:1.17 EXPOSE 8080 RUN \ -- cgit v1.2.3