diff options
| author | jwijenbergh <jeroenwijenbergh@protonmail.com> | 2022-11-02 12:37:02 +0100 |
|---|---|---|
| committer | jwijenbergh <jeroenwijenbergh@protonmail.com> | 2022-11-02 12:37:02 +0100 |
| commit | 6fda7f8cf5c2ae402f76c934fe386cabdc643066 (patch) | |
| tree | 2922a5a78067ac6d49c938018781c89ec640352e /ci/docker/go-test.docker | |
| parent | a073eb005aeebd5f5156763e0677d39db32b2817 (diff) | |
CI: Update Go container to 1.19
Diffstat (limited to 'ci/docker/go-test.docker')
| -rw-r--r-- | ci/docker/go-test.docker | 2 |
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 |
