Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Use 1.22 as the go directive instead of 1.22.0 #1190

Merged
merged 1 commit into from
Aug 16, 2024
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/binary/go.mod
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
module github.com/cloudfoundry/cf-acceptance-tests/assets/binary

go 1.22.0
go 1.22
2 changes: 1 addition & 1 deletion assets/catnip/go.mod
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module github.com/cloudfoundry/cf-acceptance-tests/assets/catnip

go 1.22.0
go 1.22

require (
code.cloudfoundry.org/clock v1.2.0
Expand Down
2 changes: 1 addition & 1 deletion assets/credhub-service-broker/go.mod
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module github.com/cloudfoundry/cf-acceptance-tests/assets/credhub-service-broker

go 1.22.0
go 1.22

require (
code.cloudfoundry.org/credhub-cli v0.0.0-20230320130818-a7d5420b283b
Expand Down
2 changes: 1 addition & 1 deletion assets/go_calls_ruby/go.mod
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
module github.com/cloudfoundry/cf-acceptance-tests/assets/go_calls_ruby

go 1.22.0
go 1.22
2 changes: 1 addition & 1 deletion assets/golang/go.mod
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
module github.com/cloudfoundry/cf-acceptance-tests/assets/golang

go 1.22.0
go 1.22
2 changes: 1 addition & 1 deletion assets/grpc/go.mod
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module github.com/cloudfoundry/cf-acceptance-tests/assets/grpc

go 1.22.0
go 1.22

require (
google.golang.org/grpc v1.65.0
Expand Down
2 changes: 1 addition & 1 deletion assets/http2/go.mod
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module github.com/cloudfoundry/cf-acceptance-tests/assets/http2

go 1.22.0
go 1.22

require golang.org/x/net v0.28.0

Expand Down
2 changes: 1 addition & 1 deletion assets/logging-route-service/go.mod
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
module github.com/cloudfoundry-samples/logging-route-service

go 1.22.0
go 1.22
2 changes: 1 addition & 1 deletion assets/multi-port-app/go.mod
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
module github.com/cloudfoundry/cf-acceptance-tests/assets/multi-port-app

go 1.22.0
go 1.22
2 changes: 1 addition & 1 deletion assets/pora/go.mod
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
module github.com/cloudfoundry/cf-acceptance-tests/assets/pora

go 1.22.0
go 1.22
2 changes: 1 addition & 1 deletion assets/proxy/go.mod
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
module example-apps/proxy

go 1.22.0
go 1.22
2 changes: 1 addition & 1 deletion assets/syslog-drain-listener/go.mod
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
module github.com/cloudfoundry/cf-acceptance-tests/assets/syslog-drain-listener

go 1.22.0
go 1.22

require code.cloudfoundry.org/tlsconfig v0.0.0-20220621140725-0e6fbd869921
2 changes: 1 addition & 1 deletion assets/tcp-listener/go.mod
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
module github.com/cloudfoundry/cf-acceptance-tests/assets/tcp-listener

go 1.22.0
go 1.22
2 changes: 1 addition & 1 deletion assets/worker/go.mod
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
module github.com/cloudfoundry/cf-acceptance-tests/assets/worker

go 1.22.0
go 1.22
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module github.com/cloudfoundry/cf-acceptance-tests

go 1.22.0
go 1.22

require (
code.cloudfoundry.org/archiver v0.0.0-20230220125704-e06c77649d28
Expand Down