Closed thepwagner closed 3 years ago
Give the golangci-lint action a 300% longer timeout, because it sometimes times out.
golangci-lint
Tell the golangci-lint action not to worry about the cache, since the preceding go build step populates everything this cache would restore - it just wastes time and spams File exists.
go build
File exists
Give the
golangci-lint
action a 300% longer timeout, because it sometimes times out.Tell the
golangci-lint
action not to worry about the cache, since the precedinggo build
step populates everything this cache would restore - it just wastes time and spamsFile exists
.