From e1cf67ed6443efaf619138ae890d9f29e52099a2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 16 Feb 2025 11:03:11 +0000 Subject: [PATCH 1/2] build(deps): bump github.com/tetafro/godot from 1.4.20 to 1.5.0 Bumps [github.com/tetafro/godot](https://github.com/tetafro/godot) from 1.4.20 to 1.5.0. - [Release notes](https://github.com/tetafro/godot/releases) - [Changelog](https://github.com/tetafro/godot/blob/master/.goreleaser.yml) - [Commits](https://github.com/tetafro/godot/compare/v1.4.20...v1.5.0) --- updated-dependencies: - dependency-name: github.com/tetafro/godot dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- go.mod | 2 +- go.sum | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/go.mod b/go.mod index 8a5a8003665c..b6b4abc42004 100644 --- a/go.mod +++ b/go.mod @@ -107,7 +107,7 @@ require ( github.com/stbenjam/no-sprintf-host-port v0.2.0 github.com/stretchr/testify v1.10.0 github.com/tdakkota/asciicheck v0.4.1 - github.com/tetafro/godot v1.4.20 + github.com/tetafro/godot v1.5.0 github.com/timakin/bodyclose v0.0.0-20241017074812-ed6a65f985e3 github.com/timonwong/loggercheck v0.10.1 github.com/tomarrell/wrapcheck/v2 v2.10.0 diff --git a/go.sum b/go.sum index aac778791c5e..0756f413db8c 100644 --- a/go.sum +++ b/go.sum @@ -550,8 +550,8 @@ github.com/tenntenn/modver v1.0.1 h1:2klLppGhDgzJrScMpkj9Ujy3rXPUspSjAcev9tSEBgA github.com/tenntenn/modver v1.0.1/go.mod h1:bePIyQPb7UeioSRkw3Q0XeMhYZSMx9B8ePqg6SAMGH0= github.com/tenntenn/text/transform v0.0.0-20200319021203-7eef512accb3 h1:f+jULpRQGxTSkNYKJ51yaw6ChIqO+Je8UqsTKN/cDag= github.com/tenntenn/text/transform v0.0.0-20200319021203-7eef512accb3/go.mod h1:ON8b8w4BN/kE1EOhwT0o+d62W65a6aPw1nouo9LMgyY= -github.com/tetafro/godot v1.4.20 h1:z/p8Ek55UdNvzt4TFn2zx2KscpW4rWqcnUrdmvWJj7E= -github.com/tetafro/godot v1.4.20/go.mod h1:2oVxTBSftRTh4+MVfUaUXR6bn2GDXCaMcOG4Dk3rfio= +github.com/tetafro/godot v1.5.0 h1:aNwfVI4I3+gdxjMgYPus9eHmoBeJIbnajOyqZYStzuw= +github.com/tetafro/godot v1.5.0/go.mod h1:2oVxTBSftRTh4+MVfUaUXR6bn2GDXCaMcOG4Dk3rfio= github.com/timakin/bodyclose v0.0.0-20241017074812-ed6a65f985e3 h1:y4mJRFlM6fUyPhoXuFg/Yu02fg/nIPFMOY8tOqppoFg= github.com/timakin/bodyclose v0.0.0-20241017074812-ed6a65f985e3/go.mod h1:mkjARE7Yr8qU23YcGMSALbIxTQ9r9QBVahQOBRfU460= github.com/timonwong/loggercheck v0.10.1 h1:uVZYClxQFpw55eh+PIoqM7uAOHMrhVcDoWDery9R8Lg= From 3ee95863ddc069fb1ba6665cfbba7f724c1b45ba Mon Sep 17 00:00:00 2001 From: Fernandez Ludovic Date: Sun, 16 Feb 2025 12:30:14 +0100 Subject: [PATCH 2/2] chore: update doc --- .golangci.next.reference.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.golangci.next.reference.yml b/.golangci.next.reference.yml index 1912a5bd6500..05fddf8419a9 100644 --- a/.golangci.next.reference.yml +++ b/.golangci.next.reference.yml @@ -1286,7 +1286,7 @@ linters-settings: min-complexity: 10 godot: - # Comments to be checked: `declarations`, `toplevel`, or `all`. + # Comments to be checked: `declarations`, `toplevel`, `noinline` or `all`. # Default: declarations scope: toplevel # List of regexps for excluding particular comment lines from check.