Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

bump k8s versions to 1.26.2#112

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 ourterms of service andprivacy statement. We’ll occasionally send you account related emails.

Already on GitHub?Sign in to your account

Merged
laxmikantbpandhare merged 3 commits intooperator-framework:mainfromlaxmikantbpandhare:main
Mar 6, 2023
Merged
Show file tree
Hide file tree
Changes fromall 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.github/workflows/lint.yml
View file
Open in desktop
Original file line numberDiff line numberDiff line change
Expand Up@@ -5,7 +5,7 @@ on:
jobs:
lint:
name: lint
runs-on: ubuntu-18.04
runs-on: ubuntu-22.04
steps:
- uses: actions/setup-go@v2
with:
Expand Down
2 changes: 1 addition & 1 deletion.github/workflows/test-unit.yml
View file
Open in desktop
Original file line numberDiff line numberDiff line change
Expand Up@@ -5,7 +5,7 @@ on:
jobs:
unit:
name: unit
runs-on: ubuntu-18.04
runs-on: ubuntu-22.04
steps:
- uses: actions/setup-go@v2
with:
Expand Down
29 changes: 17 additions & 12 deletionsgo.mod
View file
Open in desktop
Original file line numberDiff line numberDiff line change
Expand Up@@ -6,24 +6,29 @@ require github.com/spf13/pflag v1.0.5

require (
github.com/onsi/ginkgo v1.16.5
github.com/onsi/gomega v1.19.0
k8s.io/apimachinery v0.25.0
sigs.k8s.io/kubebuilder/v3 v3.7.1-0.20220923133227-91a1afa8fe9e
github.com/onsi/gomega v1.24.2
k8s.io/apimachinery v0.26.2
sigs.k8s.io/kubebuilder/v3 v3.9.0
)

require (
github.com/google/go-cmp v0.5.9 // indirect
gopkg.in/yaml.v3 v3.0.1 // indirect
)

require (
github.com/fsnotify/fsnotify v1.5.1 // indirect
github.com/gobuffalo/flectv0.2.5 // indirect
github.com/gobuffalo/flectv1.0.0 // indirect
github.com/nxadm/tail v1.4.8 // indirect
github.com/sirupsen/logrus v1.8.1
github.com/spf13/afero v1.6.0
golang.org/x/mod v0.6.0-dev.0.20220419223038-86c51ed26bb4 // indirect
golang.org/x/net v0.0.0-20220722155237-a158d28d115b // indirect
golang.org/x/sys v0.0.0-20220919091848-fb04ddd9f9c8 // indirect
golang.org/x/text v0.3.7 // indirect
golang.org/x/tools v0.1.12 // indirect
github.com/sirupsen/logrus v1.9.0
github.com/spf13/afero v1.9.3
golang.org/x/mod v0.7.0 // indirect
golang.org/x/net v0.7.0 // indirect
golang.org/x/sys v0.5.0 // indirect
golang.org/x/text v0.7.0 // indirect
golang.org/x/tools v0.5.0 // indirect
gopkg.in/tomb.v1 v1.0.0-20141024135613-dd632973f1e7 // indirect
gopkg.in/yaml.v2 v2.4.0 // indirect
k8s.io/utils v0.0.0-20220728103510-ee6ede2d64ed // indirect
k8s.io/utils v0.0.0-20221107191617-1a15be271d1d // indirect
sigs.k8s.io/yaml v1.3.0 // indirect
)
Loading

[8]ページ先頭

©2009-2025 Movatter.jp