Skip to content

Commit

Permalink
upgrade to golang 1.x
Browse files Browse the repository at this point in the history
[#158448581]
  • Loading branch information
nhsieh committed Jul 13, 2018
1 parent 072567f commit 181f93b
Show file tree
Hide file tree
Showing 7 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion jobs/acceptance_tests/spec
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ templates:
config.json.erb: bin/config.json

packages:
- golang-1.9-linux
- golang-1-linux
- acceptance_tests
- rtr
- cf-cli-6-linux
Expand Down
2 changes: 1 addition & 1 deletion jobs/smoke_tests/spec
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ templates:
config.json.erb: bin/config.json

packages:
- golang-1.9-linux
- golang-1-linux
- acceptance_tests
- cf-cli-6-linux

Expand Down
2 changes: 1 addition & 1 deletion packages/gorouter/spec
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
name: gorouter

dependencies:
- golang-1.9-linux
- golang-1-linux

files:
- routing-release/src/code.cloudfoundry.org/gorouter/**/*.{go,golden,proto,c,h,}
Expand Down
2 changes: 1 addition & 1 deletion packages/route_registrar/spec
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
name: route_registrar

dependencies:
- golang-1.9-linux
- golang-1-linux

files:
- routing-release/src/code.cloudfoundry.org/lager/*.go # gosub
Expand Down
2 changes: 1 addition & 1 deletion packages/routing-api/spec
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
name: routing-api

dependencies:
- golang-1.9-linux
- golang-1-linux

files:
- code.cloudfoundry.org/cf-tcp-router/utils/*.go # gosub
Expand Down
2 changes: 1 addition & 1 deletion packages/rtr/spec
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
name: rtr

dependencies:
- golang-1.9-linux
- golang-1-linux

files:
- routing-release/src/code.cloudfoundry.org/clock/**
Expand Down
2 changes: 1 addition & 1 deletion packages/tcp_router/spec
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
name: tcp_router

dependencies:
- golang-1.9-linux
- golang-1-linux

files:
- code.cloudfoundry.org/cf-tcp-router/*.go # gosub
Expand Down

0 comments on commit 181f93b

Please sign in to comment.