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

[release-1.11] Bump to fix #14732 #14734

Merged
merged 2 commits into from
Dec 18, 2023
Merged
Changes from 1 commit
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
5 changes: 3 additions & 2 deletions go.mod
Original file line number Diff line number Diff line change
@@ -1,9 +1,10 @@
module knative.dev/serving

Check failure on line 1 in go.mod

View workflow job for this annotation

GitHub Actions / verify / Verify Deps and Codegen

Please run ./hack/update-codegen.sh. diff --git a/go.mod b/go.mod index ea2a55d..1ac99ab 100644 --- a/go.mod +++ b/go.mod @@ -2,7 +2,7 @@ module knative.dev/serving // This comment was added so CI would trigger a point release with a // newer version of Go -// Fixes: +// Fixes: // - https://groups.google.com/g/golang-announce/c/iNNxDTCjZvo // - https://github.com/knative/serving/issues/14732 go 1.18

// This comment was added so CI would trigger a point release with a
// newer version of Go
// Fixes: https://groups.google.com/g/golang-announce/c/iNNxDTCjZvo

// Fixes:
// - https://groups.google.com/g/golang-announce/c/iNNxDTCjZvo
// - https://github.com/knative/serving/issues/14732
go 1.18

require (
Expand Down
Loading