build(deps): bump github.com/mgechev/revive from 1.0.6 to 1.0.7 (#2027)

This commit is contained in:
dependabot[bot] 2021-05-31 09:31:49 +02:00 committed by GitHub
parent 6ffa139c1b
commit b5d847f07f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 12 additions and 12 deletions

View file

@ -34,7 +34,7 @@ func GovetNolintVetShadow() error {
func GovetPrintf() {
x := "dummy"
fmt.Printf("%d", x) // ERROR "printf: Printf format %d has arg x of wrong type string"
fmt.Printf("%d", x) // ERROR "printf: fmt.Printf format %d has arg x of wrong type string"
}
func GovetStringIntConv() {