Skip to content

Commit f0e00a4

Browse files
bbrksadamcfraser
authored andcommitted
Bump Go version to 1.12.10 (#4248)
1 parent 0f9e4cd commit f0e00a4

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Jenkinsfile

Lines changed: 1 addition & 1 deletion
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

Lines changed: 1 addition & 1 deletion
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)