Skip to content

Commit 811f603

Browse files
🌱 Update Update Golang Dependencies group
| datasource | package | from | to | | ---------- | ------------------------------ | -------- | -------- | | go | github.com/onsi/ginkgo/v2 | v2.17.1 | v2.19.0 | | go | github.com/onsi/gomega | v1.32.0 | v1.33.1 | | go | github.com/stretchr/testify | v1.8.4 | v1.9.0 | | go | go.uber.org/zap | v1.26.0 | v1.27.0 | | go | golang.org/x/mod | v0.14.0 | v0.18.0 | | go | golang.org/x/oauth2 | v0.18.0 | v0.21.0 | | go | k8s.io/api | v0.29.3 | v0.30.1 | | go | k8s.io/apiextensions-apiserver | v0.29.3 | v0.30.1 | | go | k8s.io/apimachinery | v0.29.3 | v0.30.1 | | go | k8s.io/cli-runtime | v0.29.3 | v0.30.1 | | go | k8s.io/client-go | v0.29.3 | v0.30.1 | | go | k8s.io/klog/v2 | v2.110.1 | v2.120.1 | | go | sigs.k8s.io/kind | v0.22.0 | v0.23.0 |
1 parent 832a401 commit 811f603

File tree

4 files changed

+16
-16
lines changed

4 files changed

+16
-16
lines changed

.builder-image-version.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
1.1.11
1+
1.1.12

.github/workflows/pr-lint.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
if: github.event_name != 'pull_request' || !github.event.pull_request.draft
2222
runs-on: ubuntu-latest
2323
container:
24-
image: ghcr.io/sovereigncloudstack/cso-builder:1.1.11
24+
image: ghcr.io/sovereigncloudstack/cso-builder:1.1.12
2525
credentials:
2626
username: ${{ github.actor }}
2727
password: ${{ secrets.github_token }}

.github/workflows/schedule-scan-image.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ jobs:
99
name: Trivy
1010
runs-on: ubuntu-latest
1111
container:
12-
image: ghcr.io/sovereigncloudstack/cso-builder:1.1.11
12+
image: ghcr.io/sovereigncloudstack/cso-builder:1.1.12
1313
credentials:
1414
username: ${{ github.actor }}
1515
password: ${{ secrets.github_token }}

go.mod

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -6,20 +6,20 @@ require (
66
github.com/go-logr/logr v1.4.1
77
github.com/go-task/slim-sprig v0.0.0-20230315185526-52ccab3ef572
88
github.com/google/go-github/v52 v52.0.0
9-
github.com/onsi/ginkgo/v2 v2.17.1
10-
github.com/onsi/gomega v1.32.0
11-
github.com/stretchr/testify v1.8.4
12-
golang.org/x/mod v0.14.0
13-
golang.org/x/oauth2 v0.18.0
14-
k8s.io/api v0.29.3
15-
k8s.io/apimachinery v0.29.3
16-
k8s.io/cli-runtime v0.29.3
17-
k8s.io/client-go v0.29.3
18-
k8s.io/klog/v2 v2.110.1
9+
github.com/onsi/ginkgo/v2 v2.19.0
10+
github.com/onsi/gomega v1.33.1
11+
github.com/stretchr/testify v1.9.0
12+
golang.org/x/mod v0.18.0
13+
golang.org/x/oauth2 v0.21.0
14+
k8s.io/api v0.30.1
15+
k8s.io/apimachinery v0.30.1
16+
k8s.io/cli-runtime v0.30.1
17+
k8s.io/client-go v0.30.1
18+
k8s.io/klog/v2 v2.120.1
1919
sigs.k8s.io/cluster-api v1.7.2
2020
sigs.k8s.io/cluster-api/test v1.7.2
2121
sigs.k8s.io/controller-runtime v0.17.3
22-
sigs.k8s.io/kind v0.22.0
22+
sigs.k8s.io/kind v0.23.0
2323
)
2424

2525
require (
@@ -82,7 +82,7 @@ require (
8282
github.com/xlab/treeprint v1.2.0 // indirect
8383
go.starlark.net v0.0.0-20230525235612-a134d8f9ddca // indirect
8484
go.uber.org/multierr v1.11.0 // indirect
85-
go.uber.org/zap v1.26.0
85+
go.uber.org/zap v1.27.0
8686
golang.org/x/crypto v0.21.0 // indirect
8787
golang.org/x/net v0.23.0 // indirect
8888
golang.org/x/sys v0.18.0 // indirect
@@ -96,7 +96,7 @@ require (
9696
gopkg.in/inf.v0 v0.9.1 // indirect
9797
gopkg.in/yaml.v2 v2.4.0
9898
gopkg.in/yaml.v3 v3.0.1
99-
k8s.io/apiextensions-apiserver v0.29.3
99+
k8s.io/apiextensions-apiserver v0.30.1
100100
k8s.io/apiserver v0.29.3 // indirect
101101
k8s.io/component-base v0.29.3 // indirect
102102
k8s.io/kube-openapi v0.0.0-20231010175941-2dd684a91f00 // indirect

0 commit comments

Comments
 (0)