summaryrefslogtreecommitdiff
path: root/ci
diff options
context:
space:
mode:
authorjwijenbergh <jeroenwijenbergh@protonmail.com>2022-11-02 12:37:02 +0100
committerjwijenbergh <jeroenwijenbergh@protonmail.com>2022-11-02 12:37:02 +0100
commit6fda7f8cf5c2ae402f76c934fe386cabdc643066 (patch)
tree2922a5a78067ac6d49c938018781c89ec640352e /ci
parenta073eb005aeebd5f5156763e0677d39db32b2817 (diff)
CI: Update Go container to 1.19
Diffstat (limited to 'ci')
-rw-r--r--ci/docker/go-test.docker2
1 files changed, 1 insertions, 1 deletions
diff --git a/ci/docker/go-test.docker b/ci/docker/go-test.docker
index 9ee0c9a..6758859 100644
--- a/ci/docker/go-test.docker
+++ b/ci/docker/go-test.docker
@@ -1,4 +1,4 @@
-FROM golang:1.18
+FROM golang:1.19
# This docker image is for testing the go code with go test and the needed dependencies for selenium