File tree Expand file tree Collapse file tree 4 files changed +5
-5
lines changed
tests/framework/crossplane Expand file tree Collapse file tree 4 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -100,7 +100,7 @@ jobs:
100
100
password : ${{ steps.auth.outputs.access_token }}
101
101
102
102
- name : Set up Cloud SDK
103
- uses : google-github-actions/setup-gcloud@6a7c903a70c8625ed6700fa299f5ddb4ca6022e9 # v2.1.5
103
+ uses : google-github-actions/setup-gcloud@cb1e50a9932213ecece00a606661ae9ca44f3397 # v2.2.0
104
104
with :
105
105
project_id : ${{ secrets.GCP_PROJECT_ID }}
106
106
install_components : kubectl
Original file line number Diff line number Diff line change 2
2
# See https://pre-commit.com/hooks.html for more hooks
3
3
repos :
4
4
- repo : https://github.com/pre-commit/pre-commit-hooks
5
- rev : v5 .0.0
5
+ rev : v6 .0.0
6
6
hooks :
7
7
- id : trailing-whitespace
8
8
exclude : (^tests/results/|\.avdl$|_generated.go$)
Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ module github.com/nginx/nginx-gateway-fabric/tests/framework/crossplane
2
2
3
3
go 1.24.2
4
4
5
- require github.com/nginxinc/nginx-go-crossplane v0.4.78
5
+ require github.com/nginxinc/nginx-go-crossplane v0.4.79
6
6
7
7
require (
8
8
github.com/jstemmer/go-junit-report v1.0.0 // indirect
Original file line number Diff line number Diff line change @@ -4,8 +4,8 @@ github.com/google/go-cmp v0.6.0 h1:ofyhxvXcZhMsU5ulbFiLKl/XBFqE1GSq7atu8tAmTRI=
4
4
github.com/google/go-cmp v0.6.0 /go.mod h1:17dUlkBOakJ0+DkrSSNjCkIjxS6bF9zb3elmeNGIjoY =
5
5
github.com/jstemmer/go-junit-report v1.0.0 h1:8X1gzZpR+nVQLAht+L/foqOeX2l9DTZoaIPbEQHxsds =
6
6
github.com/jstemmer/go-junit-report v1.0.0 /go.mod h1:Brl9GWCQeLvo8nXZwPNNblvFj/XSXhF0NWZEnDohbsk =
7
- github.com/nginxinc/nginx-go-crossplane v0.4.78 h1:lRIYLPo5fc3HJ5CsULK+2CdrHl10UTZHu6my5nSfzDU =
8
- github.com/nginxinc/nginx-go-crossplane v0.4.78 /go.mod h1:YW/lk3F6/HUSQyfB6bFPnL9TkLcyfRXWfBNgirZmFfI =
7
+ github.com/nginxinc/nginx-go-crossplane v0.4.79 h1:ICjTOzhHbf+LvwCpE0yVyFobJZNJ4OLOuw2T4t0aP6U =
8
+ github.com/nginxinc/nginx-go-crossplane v0.4.79 /go.mod h1:YW/lk3F6/HUSQyfB6bFPnL9TkLcyfRXWfBNgirZmFfI =
9
9
github.com/pmezard/go-difflib v1.0.0 h1:4DBwDE0NGyQoBHbLQYPwSUPoCMWR5BEzIk/f1lZbAQM =
10
10
github.com/pmezard/go-difflib v1.0.0 /go.mod h1:iKH77koFhYxTK1pcRnkKkqfTogsbg7gZNVY4sRDYZ/4 =
11
11
github.com/stretchr/testify v1.10.0 h1:Xv5erBjTwe/5IxqUQTdXv5kgmIvbHo3QQyRwhJsOfJA =
You can’t perform that action at this time.
0 commit comments