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-v0.15] chore: Bump dependencies #726

Merged
merged 2 commits into from
Nov 8, 2023
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
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
4 changes: 2 additions & 2 deletions .github/workflows/pull-request.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,10 @@ jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Install Golang 1.17
- name: Install Golang 1.18
uses: actions/setup-go@v2
with:
go-version: '1.17'
go-version: '1.18'

- name: Checkout code
uses: actions/checkout@v2
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,10 @@ jobs:
name: Upload Release Asset
runs-on: ubuntu-latest
steps:
- name: Install Golang 1.17
- name: Install Golang 1.18
uses: actions/setup-go@v2
with:
go-version: '1.17'
go-version: '1.18'

- name: Checkout code
uses: actions/checkout@v2
Expand Down
17 changes: 8 additions & 9 deletions api/go.mod
Original file line number Diff line number Diff line change
@@ -1,18 +1,17 @@
module kubevirt.io/ssp-operator/api

go 1.17
go 1.18

require (
k8s.io/apimachinery v0.23.5
k8s.io/apimachinery v0.25.15
kubevirt.io/containerized-data-importer-api v1.47.0
kubevirt.io/controller-lifecycle-operator-sdk/api v0.2.4
sigs.k8s.io/controller-runtime v0.11.2
sigs.k8s.io/controller-runtime v0.13.2
)

require (
github.com/go-logr/logr v1.2.3 // indirect
github.com/gogo/protobuf v1.3.2 // indirect
github.com/google/go-cmp v0.5.6 // indirect
github.com/google/gofuzz v1.1.0 // indirect
github.com/json-iterator/go v1.1.12 // indirect
github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd // indirect
Expand All @@ -22,9 +21,9 @@ require (
golang.org/x/text v0.13.0 // indirect
gopkg.in/inf.v0 v0.9.1 // indirect
gopkg.in/yaml.v2 v2.4.0 // indirect
k8s.io/api v0.23.5 // indirect
k8s.io/klog/v2 v2.40.1 // indirect
k8s.io/utils v0.0.0-20211116205334-6203023598ed // indirect
sigs.k8s.io/json v0.0.0-20211020170558-c049b76a60c6 // indirect
sigs.k8s.io/structured-merge-diff/v4 v4.2.1 // indirect
k8s.io/api v0.25.15 // indirect
k8s.io/klog/v2 v2.70.1 // indirect
k8s.io/utils v0.0.0-20220728103510-ee6ede2d64ed // indirect
sigs.k8s.io/json v0.0.0-20220713155537-f223a00ba0e2 // indirect
sigs.k8s.io/structured-merge-diff/v4 v4.2.3 // indirect
)
706 changes: 19 additions & 687 deletions api/go.sum

Large diffs are not rendered by default.

Loading