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:
100100 password : ${{ steps.auth.outputs.access_token }}
101101
102102 - 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
104104 with :
105105 project_id : ${{ secrets.GCP_PROJECT_ID }}
106106 install_components : kubectl
Original file line number Diff line number Diff line change 22# See https://pre-commit.com/hooks.html for more hooks
33repos :
44 - repo : https://github.com/pre-commit/pre-commit-hooks
5- rev : v5 .0.0
5+ rev : v6 .0.0
66 hooks :
77 - id : trailing-whitespace
88 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
22
33go 1.24.2
44
5- require github.com/nginxinc/nginx-go-crossplane v0.4.78
5+ require github.com/nginxinc/nginx-go-crossplane v0.4.79
66
77require (
88 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=
44github.com/google/go-cmp v0.6.0 /go.mod h1:17dUlkBOakJ0+DkrSSNjCkIjxS6bF9zb3elmeNGIjoY =
55github.com/jstemmer/go-junit-report v1.0.0 h1:8X1gzZpR+nVQLAht+L/foqOeX2l9DTZoaIPbEQHxsds =
66github.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 =
99github.com/pmezard/go-difflib v1.0.0 h1:4DBwDE0NGyQoBHbLQYPwSUPoCMWR5BEzIk/f1lZbAQM =
1010github.com/pmezard/go-difflib v1.0.0 /go.mod h1:iKH77koFhYxTK1pcRnkKkqfTogsbg7gZNVY4sRDYZ/4 =
1111github.com/stretchr/testify v1.10.0 h1:Xv5erBjTwe/5IxqUQTdXv5kgmIvbHo3QQyRwhJsOfJA =
You can’t perform that action at this time.
0 commit comments