We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0a10614 commit 801f960Copy full SHA for 801f960
.gitlab-ci.yml
@@ -82,7 +82,7 @@ docker-build:
82
needs: []
83
image: $CI_REGISTRY_GO/docker:stable-go1.19
84
services:
85
- - name: $CI_REGISTRY_GO/docker:18.09.7-dind
+ - name: $CI_REGISTRY_GO/docker:20.10-dind
86
alias: docker
87
tags:
88
- go
@@ -109,7 +109,7 @@ docker-build:
109
needs: ["diff", "tidy", "docker-build"]
110
111
112
113
114
115
0 commit comments