diff --git a/go.mod b/go.mod index d444b147..8643ef08 100644 --- a/go.mod +++ b/go.mod @@ -2,7 +2,7 @@ module github.com/cloudnative-pg/barman-cloud go 1.24.0 -toolchain go1.24.6 +toolchain go1.25.1 require ( github.com/cloudnative-pg/machinery v0.3.1 diff --git a/pkg/utils/suite_test.go b/pkg/utils/suite_test.go index 768193fc..0c6afad5 100644 --- a/pkg/utils/suite_test.go +++ b/pkg/utils/suite_test.go @@ -14,7 +14,7 @@ See the License for the specific language governing permissions and limitations under the License. */ -package utils +package utils //nolint:revive import ( "testing"