Skip to content

Commit 0a4815b

Browse files
authored
Bump the example-apps to Golang 1.23 (#303)
- Golang 1.21 is no longer supported.
1 parent e5da6a2 commit 0a4815b

File tree

6 files changed

+6
-6
lines changed

6 files changed

+6
-6
lines changed

src/example-apps/proxy/manifest.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,4 +6,4 @@ applications:
66
buildpacks: [go_buildpack]
77
env:
88
GOPACKAGENAME: proxy
9-
GOVERSION: go1.21
9+
GOVERSION: go1.23

src/example-apps/raw-response/manifest.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,4 +6,4 @@ applications:
66
buildpacks: [go_buildpack]
77
env:
88
GOPACKAGENAME: raw-response
9-
GOVERSION: go1.21
9+
GOVERSION: go1.23

src/example-apps/registry/manifest.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,4 +7,4 @@ applications:
77
instances: 1
88
env:
99
GOPACKAGENAME: registry
10-
GOVERSION: go1.21
10+
GOVERSION: go1.23

src/example-apps/smoke/manifest.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,5 +6,5 @@ applications:
66
buildpacks: [go_buildpack]
77
env:
88
GOPACKAGENAME: smoke
9-
GOVERSION: go1.21
9+
GOVERSION: go1.23
1010
PROXY_APP_URL: http://proxy.some-cf-deployment.example.com

src/example-apps/spammer/manifest.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,4 +6,4 @@ applications:
66
buildpacks: [go_buildpack]
77
env:
88
GOPACKAGENAME: example-apps/spammer
9-
GOVERSION: go1.21
9+
GOVERSION: go1.23

src/example-apps/tick/manifest.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ applications:
77
instances: 3
88
env:
99
GOPACKAGENAME: tick
10-
GOVERSION: go1.21
10+
GOVERSION: go1.23
1111
REGISTRY_BASE_URL: http://registry.some-cf-deployment.example.com
1212
START_PORT: 7000
1313
LISTEN_PORTS: 3

0 commit comments

Comments
 (0)