chore(Jenkins): Update Golang build container to 1.12

Update which image is used during the build operations
pull/13372/head
AJ Bond 2019-04-12 15:51:21 -04:00
parent cc199fb2ec
commit b9042f810d
1 changed files with 1 additions and 1 deletions

View File

@ -1,6 +1,6 @@
properties([disableConcurrentBuilds()])
node("dind") {
node("dind-1-12") {
container('dind') {
// This method is provided by the private api-compatibility library.
compat.test_build()