File tree Expand file tree Collapse file tree 3 files changed +3
-9
lines changed Expand file tree Collapse file tree 3 files changed +3
-9
lines changed Original file line number Diff line number Diff line change 70
70
uses : stefanzweifel/git-auto-commit-action@8621497c8c39c72f3e2a999a26b4ca1b5058a842 # v5.0.1
71
71
with :
72
72
commit_message : " Update files for renovate"
73
- commit_user_name : " renovate[bot]"
74
- commit_user_email : " <29139614+renovate[bot]@users.noreply.github.com>"
75
73
commit_author : " renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>"
Original file line number Diff line number Diff line change 1
1
module github.com/nginxinc/nginx-gateway-fabric
2
2
3
- go 1.23
4
-
5
- toolchain go1.23.2
3
+ go 1.23.0
6
4
7
5
require (
8
6
github.com/go-kit/log v0.2.1
Original file line number Diff line number Diff line change 1
1
module github.com/nginxinc/nginx-gateway-fabric/tests
2
2
3
- go 1.23
3
+ go 1.23.0
4
4
5
- toolchain go1.23.2
5
+ replace github.com/nginxinc/nginx-gateway-fabric => ../
6
6
7
7
require (
8
8
github.com/nginxinc/nginx-gateway-fabric v0.0.0
@@ -85,5 +85,3 @@ require (
85
85
sigs.k8s.io/json v0.0.0-20221116044647-bc3834ca7abd // indirect
86
86
sigs.k8s.io/structured-merge-diff/v4 v4.4.1 // indirect
87
87
)
88
-
89
- replace github.com/nginxinc/nginx-gateway-fabric => ../
You can’t perform that action at this time.
0 commit comments