Skip to content

Commit c90e93c

Browse files
authored
Revert "Merge pull request #1780 from cloudfoundry/use-goversion-latest" (#1781)
This reverts commit e635384, reversing changes made to ee6c75b.
1 parent e635384 commit c90e93c

File tree

8 files changed

+8
-8
lines changed

8 files changed

+8
-8
lines changed

assets/golang/manifest.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@
22
applications:
33
- env:
44
GOPACKAGENAME: go-online
5-
GOVERSION: latest
5+
GOVERSION: go1.24

assets/logging-route-service/manifest.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,5 +3,5 @@ applications:
33
- buildpacks:
44
- go_buildpack
55
env:
6-
GOVERSION: latest
6+
GOVERSION: go1.24
77
GOPACKAGENAME: github.com/cloudfoundry-samples/logging-route-service

assets/multi-port-app/manifest.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
---
22
applications:
33
- env:
4-
GOVERSION: latest
4+
GOVERSION: go1.24

assets/pora/manifest.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,4 +5,4 @@ applications:
55
- go_buildpack
66
env:
77
GOPACKAGENAME: pora
8-
GOVERSION: latest
8+
GOVERSION: go1.24

assets/proxy/internal-route-manifest.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,6 @@ applications:
66
buildpack: go_buildpack
77
env:
88
GOPACKAGENAME: example-apps/proxy
9-
GOVERSION: latest
9+
GOVERSION: go1.24
1010
routes:
1111
- route: app-smoke.apps.internal

assets/proxy/manifest.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,4 +7,4 @@ applications:
77
- go_buildpack
88
env:
99
GOPACKAGENAME: example-apps/proxy
10-
GOVERSION: latest
10+
GOVERSION: go1.24

assets/syslog-drain-listener/manifest.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,4 @@ applications:
33
- name: syslog-drain-listener
44
env:
55
GOPACKAGENAME: main
6-
GOVERSION: latest
6+
GOVERSION: go1.24

assets/tcp-listener/manifest.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@
22
applications:
33
- env:
44
GOPACKAGENAME: tcp-listener
5-
GOVERSION: latest
5+
GOVERSION: go1.24

0 commit comments

Comments
 (0)