buildpacks / imgutil

Helpful utilities for working with images
Apache License 2.0
24 stars 41 forks source link

Fixed version of the linter 1.51.1 #214

Closed dlion closed 1 year ago

dlion commented 1 year ago

Summary

I noticed that on Lifecycle we are using a fixed version of the linter but on Imgutil we are using the latest one. It can be risky having always the latest version (introduction of bugs and breaking changes) So to have it aligned I added the fixed version on imgutil Makefile

Output

Before

Whenever we download the linter we install the latest version

After

Now whenever we download the linter we install version 1.51.1

Documentation

Related

Resolves #___

natalieparellano commented 1 year ago

@dlion thanks for the PR! I think we need to fix these lint errors now :)

dlion commented 1 year ago

Done :) @natalieparellano