felipe.fuerback
felipe.fuerback
In this PR is included a new method `GetBuildsFieldsWithFilter` on `job.go` which is a copy of `GetBuildsFields` but using the API filters. > For array-type properties, a range specifier is...
Add a new action to the Linting category. [Action repository](https://github.com/DarthBenro008/goimports-check-action)
Add a new action to the Docker category. [Action repository](https://github.com/imjasonh/setup-ko)
Add a new action to the Semantic Versioning category. [Action repository](https://github.com/PaulHatch/semantic-version)
Add a new action to the AWS category. [Action repository](https://github.com/marketplace/actions/eks-helm-deploy)
I'm wondering if there is a way to do a Memory Profiling in a Bud service because I'm noticing a possible memory leak. I'm reading about the native Golang package...
Change deprecated `ioutil.ReadAll` to `io.ReadAll` Change deprecated `Dial` to `DialContext` Small change to remove unnecessary attribution 💅🏻
Remove unnecessary `if` statements before `range`.