Skip to content

Commit

Permalink
Bump the example-apps to Golang 1.23 (#303)
Browse files Browse the repository at this point in the history
- Golang 1.21 is no longer supported.
  • Loading branch information
davewalter authored Oct 2, 2024
1 parent e5da6a2 commit 0a4815b
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion src/example-apps/proxy/manifest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,4 @@ applications:
buildpacks: [go_buildpack]
env:
GOPACKAGENAME: proxy
GOVERSION: go1.21
GOVERSION: go1.23
2 changes: 1 addition & 1 deletion src/example-apps/raw-response/manifest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,4 @@ applications:
buildpacks: [go_buildpack]
env:
GOPACKAGENAME: raw-response
GOVERSION: go1.21
GOVERSION: go1.23
2 changes: 1 addition & 1 deletion src/example-apps/registry/manifest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,4 @@ applications:
instances: 1
env:
GOPACKAGENAME: registry
GOVERSION: go1.21
GOVERSION: go1.23
2 changes: 1 addition & 1 deletion src/example-apps/smoke/manifest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,5 @@ applications:
buildpacks: [go_buildpack]
env:
GOPACKAGENAME: smoke
GOVERSION: go1.21
GOVERSION: go1.23
PROXY_APP_URL: http://proxy.some-cf-deployment.example.com
2 changes: 1 addition & 1 deletion src/example-apps/spammer/manifest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,4 @@ applications:
buildpacks: [go_buildpack]
env:
GOPACKAGENAME: example-apps/spammer
GOVERSION: go1.21
GOVERSION: go1.23
2 changes: 1 addition & 1 deletion src/example-apps/tick/manifest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ applications:
instances: 3
env:
GOPACKAGENAME: tick
GOVERSION: go1.21
GOVERSION: go1.23
REGISTRY_BASE_URL: http://registry.some-cf-deployment.example.com
START_PORT: 7000
LISTEN_PORTS: 3

0 comments on commit 0a4815b

Please sign in to comment.