summaryrefslogtreecommitdiff
path: root/Dockerfile.e2e
diff options
context:
space:
mode:
Diffstat (limited to 'Dockerfile.e2e')
-rw-r--r--Dockerfile.e2e2
1 files changed, 1 insertions, 1 deletions
diff --git a/Dockerfile.e2e b/Dockerfile.e2e
index 7f64cc5caf..562c5d5a60 100644
--- a/Dockerfile.e2e
+++ b/Dockerfile.e2e
@@ -1,4 +1,4 @@
-ARG GO_VERSION=1.18.4
+ARG GO_VERSION=1.18.5
FROM golang:${GO_VERSION}-alpine AS base
ENV GO111MODULE=off