Skip to content

Commit 17898de

Browse files
committed
update
1 parent e3838c3 commit 17898de

File tree

3 files changed

+3
-9
lines changed

3 files changed

+3
-9
lines changed

.github/workflows/renovate-build.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -70,6 +70,4 @@ jobs:
7070
uses: stefanzweifel/git-auto-commit-action@8621497c8c39c72f3e2a999a26b4ca1b5058a842 # v5.0.1
7171
with:
7272
commit_message: "Update files for renovate"
73-
commit_user_name: "renovate[bot]"
74-
commit_user_email: "<29139614+renovate[bot]@users.noreply.github.com>"
7573
commit_author: "renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>"

go.mod

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,6 @@
11
module github.com/nginxinc/nginx-gateway-fabric
22

3-
go 1.23
4-
5-
toolchain go1.23.2
3+
go 1.23.0
64

75
require (
86
github.com/go-kit/log v0.2.1

tests/go.mod

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
module github.com/nginxinc/nginx-gateway-fabric/tests
22

3-
go 1.23
3+
go 1.23.0
44

5-
toolchain go1.23.2
5+
replace github.com/nginxinc/nginx-gateway-fabric => ../
66

77
require (
88
github.com/nginxinc/nginx-gateway-fabric v0.0.0
@@ -85,5 +85,3 @@ require (
8585
sigs.k8s.io/json v0.0.0-20221116044647-bc3834ca7abd // indirect
8686
sigs.k8s.io/structured-merge-diff/v4 v4.4.1 // indirect
8787
)
88-
89-
replace github.com/nginxinc/nginx-gateway-fabric => ../

0 commit comments

Comments
 (0)