aboutsummaryrefslogtreecommitdiff
path: root/Dockerfile
diff options
context:
space:
mode:
authorGravatar Abhinav Gupta <abg@uber.com> 2021-09-08 11:09:26 -0700
committerGravatar GitHub <noreply@github.com> 2021-09-08 11:09:26 -0700
commit68f125ff5e3042610be114899531d73137726027 (patch)
treed267c95c9e17cc3af8f80b0dd838f91e35965bc3 /Dockerfile
parent0dc3bc6ed12495cddfdaacd9fbeecd9d2fa0791b (diff)
downloadsally-68f125ff5e3042610be114899531d73137726027.tar.gz
sally-68f125ff5e3042610be114899531d73137726027.tar.zst
sally-68f125ff5e3042610be114899531d73137726027.zip
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.
Diffstat (limited to 'Dockerfile')
-rw-r--r--Dockerfile2
1 files changed, 1 insertions, 1 deletions
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 \