fix(scripts): install Go 1.25.3 in pre-commit container and fix formatting

This commit is contained in:
2025-11-07 09:47:50 +01:00
parent b531f92436
commit 93623e6865
6 changed files with 26 additions and 9 deletions

View File

@@ -2,8 +2,8 @@
package api
import (
"math"
"context"
"math"
auditv1 "git.dcentral.systems/toolz/goplt/api/proto/generated/audit/v1"
"git.dcentral.systems/toolz/goplt/services/audit/internal/service"

View File

@@ -208,4 +208,3 @@ func TestHash_Uniqueness(t *testing.T) {
assert.True(t, valid, "All hashes should verify correctly")
}
}