Skip to content

Commit f2ecf4c

Browse files
committed
Update all Golang assets to use the latest available version
Avoid forgeetting to update this in future when bumping the Golang version in the go.mod files for each asset.
1 parent ee6c75b commit f2ecf4c

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: go1.24
5+
GOVERSION: latest

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: go1.24
6+
GOVERSION: latest
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: go1.24
4+
GOVERSION: latest

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: go1.24
8+
GOVERSION: latest

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: go1.24
9+
GOVERSION: latest
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: go1.24
10+
GOVERSION: latest

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: go1.24
6+
GOVERSION: latest

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: go1.24
5+
GOVERSION: latest

0 commit comments

Comments
 (0)