We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0f9e4cd commit bf61f4aCopy full SHA for bf61f4a
Jenkinsfile
@@ -4,7 +4,7 @@ pipeline {
4
agent { label 'sync-gateway-pipeline-builder' }
5
6
environment {
7
- GO_VERSION = 'go1.12.9'
+ GO_VERSION = 'go1.12.10'
8
GVM = "/root/.gvm/bin/gvm"
9
GO = "/root/.gvm/gos/${GO_VERSION}/bin"
10
GOPATH = "${WORKSPACE}/godeps"
manifest/product-config.json
@@ -6,7 +6,7 @@
"release_name": "Couchbase Sync Gateway",
"production": true,
"interval": 30,
- "go_version": "1.12.9",
+ "go_version": "1.12.10",
"start_build": 1
11
},
12
"manifest/1.4.0.xml": {
0 commit comments