testcontainers / testcontainers-go

Testcontainers for Go is a Go package that makes it simple to create and clean up container-based dependencies for automated integration/smoke tests. The clean, easy-to-use API enables developers to programmatically define containers that should be run as part of a test and clean up those resources when the test is done.
https://golang.testcontainers.org
MIT License
3.3k stars 450 forks source link

gha: update golangci-lint to v1.59.1 #2588

Closed thaJeztah closed 2 weeks ago

thaJeztah commented 2 weeks ago

What does this PR do?

update golangci-lint to v1.59.1

Why is it important?

Older versions may not be fully compatible with newer versions of Go 😃

Related issues

netlify[bot] commented 2 weeks ago

Deploy Preview for testcontainers-go ready!

Name Link
Latest commit 4ffc69a3b47911f577ec27d23b34d01b5b6759da
Latest deploy log https://app.netlify.com/sites/testcontainers-go/deploys/66702b7e4e1aa1000883abe0
Deploy Preview https://deploy-preview-2588--testcontainers-go.netlify.app
Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify site configuration.

thaJeztah commented 2 weeks ago

Added a commit to fix some linting issues that are produced when running a newer version of testifylint;

Error: negative-positive: use assert.Positive (testifylint)