Skip to content
This repository has been archived by the owner on Jul 7, 2022. It is now read-only.

Commit

Permalink
Re-reverted Go version
Browse files Browse the repository at this point in the history
This change moves the Go version back to 1.14 per guidance from Pivotal
after they identified a problem with their buildpacks.
  • Loading branch information
evandbrown committed May 27, 2020
1 parent 6161d26 commit 5dfb421
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
language: go
go: "1.12"
go: "1.14"
go_import_path: github.com/GoogleCloudPlatform/gcp-service-broker

# Skip the install step. Don't `go get` dependencies. Only build with the code in vendor/
Expand Down
2 changes: 1 addition & 1 deletion manifest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,4 +21,4 @@ applications:
buildpack: go_buildpack
env:
GOPACKAGENAME: github.com/GoogleCloudPlatform/gcp-service-broker
GOVERSION: go1.12
GOVERSION: go1.14
2 changes: 1 addition & 1 deletion pkg/generator/pcf-artifacts.go
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ const (

buildpack = "go_buildpack"
goPackageName = "github.com/GoogleCloudPlatform/gcp-service-broker"
goVersion = "go1.12"
goVersion = "go1.14"

copyrightHeader = `# Copyright the Service Broker Project Authors. All rights reserved.
#
Expand Down
2 changes: 1 addition & 1 deletion tile.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ packages:
path: /tmp/gcp-service-broker.zip
env:
GOPACKAGENAME: github.com/GoogleCloudPlatform/gcp-service-broker
GOVERSION: go1.12
GOVERSION: go1.14
# You can override plans here.
needs_cf_credentials: true
enable_global_access_to_plans: true
Expand Down

0 comments on commit 5dfb421

Please sign in to comment.