Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion assets/golang/manifest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@
applications:
- env:
GOPACKAGENAME: go-online
GOVERSION: go1.24
GOVERSION: latest
2 changes: 1 addition & 1 deletion assets/logging-route-service/manifest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,5 @@ applications:
- buildpacks:
- go_buildpack
env:
GOVERSION: go1.24
GOVERSION: latest
GOPACKAGENAME: github.com/cloudfoundry-samples/logging-route-service
2 changes: 1 addition & 1 deletion assets/multi-port-app/manifest.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
---
applications:
- env:
GOVERSION: go1.24
GOVERSION: latest
2 changes: 1 addition & 1 deletion assets/pora/manifest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,4 @@ applications:
- go_buildpack
env:
GOPACKAGENAME: pora
GOVERSION: go1.24
GOVERSION: latest
2 changes: 1 addition & 1 deletion assets/proxy/internal-route-manifest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,6 @@ applications:
buildpack: go_buildpack
env:
GOPACKAGENAME: example-apps/proxy
GOVERSION: go1.24
GOVERSION: latest
routes:
- route: app-smoke.apps.internal
2 changes: 1 addition & 1 deletion assets/proxy/manifest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,4 @@ applications:
- go_buildpack
env:
GOPACKAGENAME: example-apps/proxy
GOVERSION: go1.24
GOVERSION: latest
2 changes: 1 addition & 1 deletion assets/syslog-drain-listener/manifest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@ applications:
- name: syslog-drain-listener
env:
GOPACKAGENAME: main
GOVERSION: go1.24
GOVERSION: latest
2 changes: 1 addition & 1 deletion assets/tcp-listener/manifest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@
applications:
- env:
GOPACKAGENAME: tcp-listener
GOVERSION: go1.24
GOVERSION: latest