-
Notifications
You must be signed in to change notification settings - Fork 28
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
upgrade to latest dependencies (#600)
bumping knative.dev/hack b979959...9c9eed6: > 9c9eed6 💝 Vendorless codegen via shell scripting (# 386) bumping knative.dev/eventing c3baeda...1aa3407: > 1aa3407 fix: workflow syntax for weekly reminder (# 8115) > d7708f9 feat: add github workflow to send slack reminder for office hours (# 8113) bumping knative.dev/serving 34cef98...873602a: > 873602a clean up (# 15415) > 7411254 Do not run TestTLSCertificateRotation in parallel with other tests (# 15417) > 7643497 Update net-kourier nightly (# 15413) > 2792dcb Update net-contour nightly (# 15411) > 7ed4aa0 Update net-gateway-api nightly (# 15410) > dec852b Update net-istio nightly (# 15412) > 7d318cd Use a different 'static' image that supports s390x and ppc (# 15407) > 79dd728 Update net-istio nightly (# 15406) > b41a9e3 Update net-gateway-api nightly (# 15404) > 53810f8 Update net-istio nightly (# 15403) Signed-off-by: Knative Automation <[email protected]>
- Loading branch information
1 parent
bf7b08d
commit 177de07
Showing
11 changed files
with
415 additions
and
115 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,15 @@ | ||
/* | ||
Copyright #{YEAR} The Knative Authors | ||
|
||
Licensed under the Apache License, Version 2.0 (the "License"); | ||
you may not use this file except in compliance with the License. | ||
You may obtain a copy of the License at | ||
|
||
http://www.apache.org/licenses/LICENSE-2.0 | ||
|
||
Unless required by applicable law or agreed to in writing, software | ||
distributed under the License is distributed on an "AS IS" BASIS, | ||
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. | ||
See the License for the specific language governing permissions and | ||
limitations under the License. | ||
*/ |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -20,5 +20,5 @@ import ( | |
"embed" | ||
) | ||
|
||
//go:embed *.sh | ||
//go:embed *.sh *.go.txt | ||
var Scripts embed.FS |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
go 1.18 | ||
go 1.21 | ||
|
||
use ( | ||
. | ||
|
Oops, something went wrong.