Skip to content

Commit bf61f4a

Browse files
committed
Bump Go version to 1.12.10
1 parent 0f9e4cd commit bf61f4a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Jenkinsfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ pipeline {
44
agent { label 'sync-gateway-pipeline-builder' }
55

66
environment {
7-
GO_VERSION = 'go1.12.9'
7+
GO_VERSION = 'go1.12.10'
88
GVM = "/root/.gvm/bin/gvm"
99
GO = "/root/.gvm/gos/${GO_VERSION}/bin"
1010
GOPATH = "${WORKSPACE}/godeps"

manifest/product-config.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
"release_name": "Couchbase Sync Gateway",
77
"production": true,
88
"interval": 30,
9-
"go_version": "1.12.9",
9+
"go_version": "1.12.10",
1010
"start_build": 1
1111
},
1212
"manifest/1.4.0.xml": {

0 commit comments

Comments
 (0)