Skip to content

Commit 53f6f68

Browse files
mariashameowlia
authored andcommitted
Remove go 1.18 package
1 parent 65a309e commit 53f6f68

File tree

10 files changed

+9
-11
lines changed

10 files changed

+9
-11
lines changed

jobs/acceptance_tests/spec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ templates:
77
bpm.yml.erb: config/bpm.yml
88

99
packages:
10-
- golang-1.18-linux
10+
- golang-1.19-linux
1111
- acceptance_tests
1212
- rtr
1313
- cf-cli-6-linux

jobs/smoke_tests/spec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ templates:
77
bpm.yml.erb: config/bpm.yml
88

99
packages:
10-
- golang-1.18-linux
10+
- golang-1.19-linux
1111
- acceptance_tests
1212
- cf-cli-6-linux
1313

packages/acceptance_tests/spec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name: acceptance_tests
33

44
dependencies:
55
- rtr
6-
- golang-1.18-linux
6+
- golang-1.19-linux
77

88
files:
99
- code.cloudfoundry.org/go.mod

packages/golang-1.18-linux/spec.lock

Lines changed: 0 additions & 2 deletions
This file was deleted.

packages/gorouter/spec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
name: gorouter
33

44
dependencies:
5-
- golang-1.18-linux
5+
- golang-1.19-linux
66

77
files:
88
- jq/jq-1.6-linux64.tgz

packages/route_registrar/spec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
name: route_registrar
33

44
dependencies:
5-
- golang-1.18-linux
5+
- golang-1.19-linux
66

77
files:
88
- code.cloudfoundry.org/go.mod

packages/routing-api/spec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
name: routing-api
33

44
dependencies:
5-
- golang-1.18-linux
5+
- golang-1.19-linux
66

77
files:
88
- code.cloudfoundry.org/go.mod

packages/routing_utils/spec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
name: routing_utils
33

44
dependencies:
5-
- golang-1.18-linux
5+
- golang-1.19-linux
66

77
files:
88
- routing_utils/pid_utils.sh

packages/rtr/spec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
name: rtr
33

44
dependencies:
5-
- golang-1.18-linux
5+
- golang-1.19-linux
66

77
files:
88
- code.cloudfoundry.org/go.mod

packages/tcp_router/spec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
name: tcp_router
33

44
dependencies:
5-
- golang-1.18-linux
5+
- golang-1.19-linux
66

77
files:
88
- code.cloudfoundry.org/go.mod

0 commit comments

Comments
 (0)