chore: update linter (#1524)
This commit is contained in:
parent
d2455c5f53
commit
2de6e0b0c8
31 changed files with 97 additions and 25 deletions
|
@ -36,7 +36,7 @@ func TestDNSProviderManual(t *testing.T) {
|
|||
assert.NoError(t, err)
|
||||
defer func() { _ = os.Remove(file.Name()) }()
|
||||
|
||||
_, err = io.WriteString(file, test.input)
|
||||
_, err = file.WriteString(test.input)
|
||||
assert.NoError(t, err)
|
||||
|
||||
_, err = file.Seek(0, io.SeekStart)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue