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

chore: bump go to 1.22.4 #3552

Merged
merged 2 commits into from
Jun 6, 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 go.mod
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module github.com/envoyproxy/gateway

go 1.22.3
go 1.22.4

require (
fortio.org/fortio v1.63.9
Expand Down
2 changes: 1 addition & 1 deletion site/go.mod
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module github.com/google/docsy-example

go 1.22.3
go 1.22.4

require (
github.com/FortAwesome/Font-Awesome v0.0.0-20230327165841-0698449d50f2 // indirect
Expand Down
2 changes: 1 addition & 1 deletion tools/src/buf/go.mod
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module local

go 1.22.3
go 1.22.4

require github.com/bufbuild/buf v1.32.2

Expand Down
2 changes: 1 addition & 1 deletion tools/src/controller-gen/go.mod
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module local

go 1.22.3
go 1.22.4

require sigs.k8s.io/controller-tools v0.15.0

Expand Down
2 changes: 1 addition & 1 deletion tools/src/crd-ref-docs/go.mod
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module local

go 1.22.3
go 1.22.4

require github.com/elastic/crd-ref-docs v0.0.13-0.20240413123740-ea9fcaa0230f

Expand Down
2 changes: 1 addition & 1 deletion tools/src/golangci-lint/go.mod
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module local

go 1.22.3
go 1.22.4

require github.com/golangci/golangci-lint v1.59.0

Expand Down
2 changes: 1 addition & 1 deletion tools/src/helm-docs/go.mod
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module github.com/envoyproxy/gateway/tools/src/helm-docs

go 1.22.3
go 1.22.4

require github.com/norwoodj/helm-docs v1.13.0

Expand Down
2 changes: 1 addition & 1 deletion tools/src/kind/go.mod
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module github.com/envoyproxy/gateway/tools/src/kind

go 1.22.3
go 1.22.4

require sigs.k8s.io/kind v0.23.0

Expand Down
2 changes: 1 addition & 1 deletion tools/src/protoc-gen-go-grpc/go.mod
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module github.com/envoyproxy/gateway/tools/src/protoc-gen-go-grpc

go 1.22.3
go 1.22.4

require google.golang.org/grpc/cmd/protoc-gen-go-grpc v1.3.0

Expand Down
2 changes: 1 addition & 1 deletion tools/src/protoc-gen-go/go.mod
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
module github.com/envoyproxy/gateway/tools/src/protoc-gen-go

go 1.22.3
go 1.22.4

require google.golang.org/protobuf v1.33.0
2 changes: 1 addition & 1 deletion tools/src/setup-envtest/go.mod
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module local

go 1.22.3
go 1.22.4

require sigs.k8s.io/controller-runtime/tools/setup-envtest v0.0.0-20240423173400-ed81fa696dea

Expand Down
Loading