1
0
Fork 1
mirror of https://github.com/vbatts/tar-split.git synced 2024-11-23 08:35:41 +00:00

magefile: update golangci-lint 1.51.2 -> 1.61.0

Signed-off-by: Vincent Batts <vbatts@hashbangbash.com>
This commit is contained in:
Vincent Batts 2024-10-21 14:32:54 +00:00
parent 1f44cc4dc3
commit 5fa6536fc3
Signed by: vbatts
GPG key ID: E30EFAA812C6E5ED

View file

@ -21,7 +21,7 @@ var (
Stdout = ourStdout Stdout = ourStdout
Stderr = ourStderr Stderr = ourStderr
golangcilintVersion = "v1.51.2" golangcilintVersion = "v1.61.0"
cleanFiles = []string{} cleanFiles = []string{}
) )