diff options
| author | Martin Czygan <martin.czygan@gmail.com> | 2021-08-19 18:16:54 +0200 |
|---|---|---|
| committer | Martin Czygan <martin.czygan@gmail.com> | 2021-08-19 18:16:54 +0200 |
| commit | 1ef3787da274ea6cf0d0c7e132e75082b15d675f (patch) | |
| tree | 26c46899b12f5c53de48260b8f2e4a40d40319a5 | |
| parent | b8b37c431953b9c752a76ce14e262d1bca833b2a (diff) | |
| download | refcat-1ef3787da274ea6cf0d0c7e132e75082b15d675f.tar.gz refcat-1ef3787da274ea6cf0d0c7e132e75082b15d675f.zip | |
try to mitigate "Could not resolve host" CI failure
| -rw-r--r-- | .gitlab-ci.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index e9dc6d1..91b3622 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -1,4 +1,4 @@ -image: golang:1.16.6-buster +image: golang:1.16.7-buster skate_tests: script: |
