Skip to content

Commit b9042f8

Browse files
author
AJ Bond
committed
chore(Jenkins): Update Golang build container to 1.12
Update which image is used during the build operations
1 parent cc199fb commit b9042f8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

api-compat.Jenkinsfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
properties([disableConcurrentBuilds()])
22

3-
node("dind") {
3+
node("dind-1-12") {
44
container('dind') {
55
// This method is provided by the private api-compatibility library.
66
compat.test_build()

0 commit comments

Comments
 (0)