ci: remove duplicate gosec & lint fixes (#21685)

This commit is contained in:
Julien Robert
2024-09-12 12:30:50 +00:00
committed by GitHub
parent a77a92adf1
commit bd52dcf096
12 changed files with 44 additions and 120 deletions
+2
View File
@@ -29,6 +29,8 @@ func TestPostgresIndexer(t *testing.T) {
}
func testPostgresIndexer(t *testing.T, retainDeletions bool) {
t.Helper()
tempDir, err := os.MkdirTemp("", "postgres-indexer-test")
require.NoError(t, err)